Skip to content

Commit

Permalink
Release v1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MatejKastak committed Jan 11, 2024
1 parent 0dcae59 commit e0e518d
Show file tree
Hide file tree
Showing 7 changed files with 52 additions and 36 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
# Changelog
All notable changes to this project will be documented in this file.

# 1.4.1 (2024-01-11)

* chore: Expand python compatibility to ^3.8
* chore(deps): Update typing-extensions to v4.9.0
* chore(deps): Update yari-py to v0.2.1
* chore(deps): Update yaramod to v3.21.0
* chore(deps): Update pylint to v3.0.3
* chore(deps): Update pytest-pylint to v0.21.0
* chore: Fix pylint arguments-renamed error in visitors
* ci: Enable testing for python3.12
* ci: Force python version in tests

# 1.4.0 (2023-11-03)

* feat(debugger): Select hash for context and SHA1 & MD5 (#137)
Expand Down
2 changes: 1 addition & 1 deletion editors/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "A Visual Studio Code extension for YARA based on YLS (Yara Language Server).",
"author": "Matej Kastak",
"license": "MIT",
"version": "1.4.0",
"version": "1.4.1",
"repository": {
"type": "git",
"url": "https://github.com/avast/yls"
Expand Down
64 changes: 34 additions & 30 deletions plugins/yls-yara/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions plugins/yls-yara/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "yls-yara"
version = "1.4.0"
version = "1.4.1"
description = "YLS plugin adding linting using yara-python."
authors = ["Matej Kastak <matej.kastak@avast.com>"]
maintainers = ["Matej Kašťák <matej.kastak@avast.com>"]
Expand All @@ -11,7 +11,7 @@ include = ["py.typed", "LICENSE"]
[tool.poetry.dependencies]
python = "^3.8"
yara-python = "^4.2.0"
yls = "^1.4.0"
yls = "^1.4.1"

[tool.poetry.group.dev.dependencies]
pytest = "^7.2.2"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "yls"
version = "1.4.0"
version = "1.4.1"
description = "YARA Language Server"
authors = ["Matej Kašťák <matej.kastak@avast.com>"]
maintainers = ["Matej Kašťák <matej.kastak@avast.com>"]
Expand Down
2 changes: 1 addition & 1 deletion pytest-yls/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pytest-yls"
version = "1.4.0"
version = "1.4.1"
description = "Pytest plugin to test the YLS as a whole."
authors = ["Matej Kastak <matej.kastak@avast.com>"]
maintainers = ["Matej Kašťák <matej.kastak@avast.com>"]
Expand Down
2 changes: 1 addition & 1 deletion yls/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.4.0"
__version__ = "1.4.1"

0 comments on commit e0e518d

Please sign in to comment.