diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 96f1cd9..9049e2f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.3.0" + ".": "1.3.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index f39100e..b225fcd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [1.3.1](https://github.com/ZeroGachis/magicparse/compare/1.3.0...1.3.1) (2026-04-30) + + +### Continuous Integration + +* Add security-scan workflow ([65f4e9a](https://github.com/ZeroGachis/magicparse/commit/65f4e9af7008d80581782119e7352469372e3f1f)) +* Only depends on a major release (v7) of the security-scan workflow ([6d7c1f6](https://github.com/ZeroGachis/magicparse/commit/6d7c1f6448bce73d4e93317b81933136c21e2f50)) +* Run security-scan workflow only once a week (every monday at 6AM) ([8e6948a](https://github.com/ZeroGachis/magicparse/commit/8e6948afeeb12e2c371c3db40f1544076ed61f79)) + ## [1.3.0](https://github.com/ZeroGachis/magicparse/compare/1.2.0...1.3.0) (2026-02-24) diff --git a/pyproject.toml b/pyproject.toml index a382183..e56c6dc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "magicparse" -version = "1.3.0" +version = "1.3.1" description = "Declarative parser 🛸" authors = ["Smartway "] readme = "README.md"