Skip to content

Commit

Permalink
Automatic release to 23.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
greenbonebot committed Feb 16, 2023
1 parent 0af62d1 commit 3e87bd4
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 2 deletions.
24 changes: 24 additions & 0 deletions changelog/v23.2.3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Changelog

All notable changes to this project will be documented in this file.

## [23.2.3] - 2023-02-16

## Added
* Type hints for return values [aa23815](https://github.com/greenbone/troubadix/commit/aa23815)
* Additional unit test for changed-cves [614f573](https://github.com/greenbone/troubadix/commit/614f573)
* Unit tests for changed-cves [682567c](https://github.com/greenbone/troubadix/commit/682567c)
* changed-cves standalone plugin [8a52646](https://github.com/greenbone/troubadix/commit/8a52646)
* changed-cves standalone plugin to pyproject [4fc927c](https://github.com/greenbone/troubadix/commit/4fc927c)

## Changed
* Revert adding of re.DOTALL generally, adjust changed-cves [f43b39d](https://github.com/greenbone/troubadix/commit/f43b39d)
* Rename variables for readability [df0c242](https://github.com/greenbone/troubadix/commit/df0c242)
* Correct CVE pattern [2ac8141](https://github.com/greenbone/troubadix/commit/2ac8141)
* CLI description [1acdb7d](https://github.com/greenbone/troubadix/commit/1acdb7d)
* Use git from common [7aded6b](https://github.com/greenbone/troubadix/commit/7aded6b)
* Extract comparison to method [c987a8a](https://github.com/greenbone/troubadix/commit/c987a8a)
* Move get_merge_base to common [549ff1d](https://github.com/greenbone/troubadix/commit/549ff1d)
* Use DOTALL as default flag too [1a2cf57](https://github.com/greenbone/troubadix/commit/1a2cf57)

[23.2.3]: https://github.com/greenbone/troubadix/compare/v23.2.2...23.2.3
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 = "troubadix"
version = "23.2.3.dev1"
version = "23.2.3"
description = "A linting and QA check tool for NASL files"
authors = ["Greenbone <[email protected]>"]
license = "GPL-3.0-or-later"
Expand Down
2 changes: 1 addition & 1 deletion troubadix/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

# THIS IS AN AUTOGENERATED FILE. DO NOT TOUCH!

__version__ = "23.2.3.dev1"
__version__ = "23.2.3"

0 comments on commit 3e87bd4

Please sign in to comment.