Skip to content

Commit

Permalink
Release v1.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
MatejKastak committed Oct 18, 2024
1 parent 09c5926 commit 1df20bc
Show file tree
Hide file tree
Showing 7 changed files with 31 additions and 24 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Changelog
All notable changes to this project will be documented in this file.

# 1.4.3 (2024-10-18)

* chore(deps): update yara-python to v4.5.1
* chore(deps): update yaramod to v3.23.0
* chore(deps): Update other dependencies
* chore(dependabot): Update dependabot configuration

# 1.4.2 (2024-03-30)

* fix: Handle the case where samples_dir has no value
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.2",
"version": "1.4.3",
"repository": {
"type": "git",
"url": "https://github.com/avast/yls"
Expand Down
36 changes: 18 additions & 18 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.2"
version = "1.4.3"
description = "YLS plugin adding linting using yara-python."
authors = ["Matej Kastak <[email protected]>"]
maintainers = ["Matej Kašťák <[email protected]>"]
Expand All @@ -11,7 +11,7 @@ include = ["py.typed", "LICENSE"]
[tool.poetry.dependencies]
python = "^3.8"
yara-python = "^4.5.1"
yls = "^1.4.2"
yls = "^1.4.3"

[tool.poetry.group.dev.dependencies]
pytest = "^8.3.3"
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.2"
version = "1.4.3"
description = "YARA Language Server"
authors = ["Matej Kašťák <[email protected]>"]
maintainers = ["Matej Kašťák <[email protected]>"]
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.2"
version = "1.4.3"
description = "Pytest plugin to test the YLS as a whole."
authors = ["Matej Kastak <[email protected]>"]
maintainers = ["Matej Kašťák <[email protected]>"]
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.2"
__version__ = "1.4.3"

0 comments on commit 1df20bc

Please sign in to comment.