diff --git a/docs/changelog.md b/docs/changelog.md index 5c3929a..bf30fa9 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,6 +1,13 @@ # Release Notes --- +# [1.2.0](https://github.com/arxlang/irx/compare/1.1.0...1.2.0) (2024-04-21) + + +### Features + +* Replace local customized AST implementation for Target and Module by astx classes ([#13](https://github.com/arxlang/irx/issues/13)) ([972eba6](https://github.com/arxlang/irx/commit/972eba6cbd0ba94f8425fa4d69788a56685aa1aa)) + # [1.1.0](https://github.com/arxlang/irx/compare/1.0.2...1.1.0) (2024-03-24) diff --git a/pyproject.toml b/pyproject.toml index 16c0217..d037087 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pyirx" -version = "1.1.0" # semantic-release +version = "1.2.0" # semantic-release description = "IRx" readme = "docs/index.md" authors = ["Ivan Ogasawara "]