From 120f3d0abc9624efb0d59afba4939e9bfe7847aa Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 21 Apr 2024 22:04:30 +0000 Subject: [PATCH] chore(release): 1.2.0 --- docs/changelog.md | 7 +++++++ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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 "]