Skip to content
This repository was archived by the owner on Oct 21, 2024. It is now read-only.

Commit 56c38a4

Browse files
authored
chore(main): release 0.25.0 (#422)
1 parent f315185 commit 56c38a4

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## [0.25.0](https://github.com/wndhydrnt/rcmt/compare/v0.24.0...v0.25.0) (2023-10-15)
4+
5+
6+
### Features
7+
8+
* create module "filter" and deprecate module "matcher" ([#425](https://github.com/wndhydrnt/rcmt/issues/425)) ([f315185](https://github.com/wndhydrnt/rcmt/commit/f315185ea4dab811d19592fed621f6f8570734b8))
9+
* remove experimental semgrep support ([#421](https://github.com/wndhydrnt/rcmt/issues/421)) ([cd80a67](https://github.com/wndhydrnt/rcmt/commit/cd80a67dee1ddf3272bc1c147038d59754d60124))
10+
* Switch license to MPL 2.0 ([#423](https://github.com/wndhydrnt/rcmt/issues/423)) ([9cd03d9](https://github.com/wndhydrnt/rcmt/commit/9cd03d94405829ec05aa41c45b8ecea82fed747d))
11+
312
## [0.24.0](https://github.com/wndhydrnt/rcmt/compare/v0.23.2...v0.24.0) (2023-10-11)
413

514

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
66
name = "rcmt"
7-
version = "0.24.0"
7+
version = "0.25.0"
88
description = ""
99
license = "MPL-2.0"
1010
authors = [ "Markus Meyer <hydrantanderwand@gmail.com>",]

0 commit comments

Comments
 (0)