Skip to content

Commit

Permalink
Release v1.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
MatejKastak committed Jun 21, 2023
1 parent 1c8c3f5 commit 7b5dd64
Show file tree
Hide file tree
Showing 7 changed files with 35 additions and 41 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
# Changelog
All notable changes to this project will be documented in this file.

# 1.3.4 (2023-06-21)

* chore(deps): Update yaramod to v3.20.1
* chore(deps): Bump yara-python from 4.3.0 to 4.3.1 in /plugins/yls-yara
* chore(deps): Update pygls to v1.0.1
* chore(deps-dev): Bump pytest from 7.2.2 to 7.3.1 in /plugins/yls-yara
* chore: Add pre-commit configuration
* chore: Remove unused configuration code
* docs: Mention YARI in README.md
* docs: Add instructions how to use YLS in nvim-lsp

# 1.3.3 (2023-03-29)

* chore: Update yaramod to v3.19.1
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.3.3",
"version": "1.3.4",
"repository": {
"type": "git",
"url": "https://github.com/avast/yls"
Expand Down
53 changes: 18 additions & 35 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.3.3"
version = "1.3.4"
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,<3.12"
yara-python = "^4.2.0"
yls = "^1.3.3"
yls = "^1.3.4"

[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.3.3"
version = "1.3.4"
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.3.3"
version = "1.3.4"
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.3.3"
__version__ = "1.3.4"

0 comments on commit 7b5dd64

Please sign in to comment.