Skip to content

Commit

Permalink
chore(release): 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Jan 19, 2024
1 parent 3a85652 commit 7f5e3ac
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,16 @@
# Release Notes
---

# 1.0.0 (2024-01-19)


### Bug Fixes

* Fix typing issues ([#6](https://github.com/arxlang/irx/issues/6)) ([0cd87c6](https://github.com/arxlang/irx/commit/0cd87c62c18966b584e966f523e7c9ddf34d0b7c))


### Features

* Add initial structure and initial translator for LLVM-IR ([#1](https://github.com/arxlang/irx/issues/1)) ([1c54eb4](https://github.com/arxlang/irx/commit/1c54eb474e9a53c97f7540435126972117e3d7a9))
* Rename project to IRx ([#9](https://github.com/arxlang/irx/issues/9)) ([3a85652](https://github.com/arxlang/irx/commit/3a85652650f723e787243be0e629cd7e21830a7f))
* Replace home-made llvm-ir compiler from llvmlite ([#7](https://github.com/arxlang/irx/issues/7)) ([daafff3](https://github.com/arxlang/irx/commit/daafff34201af60f3f08167a936f8edfa331d38a))
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 = "pyirx"
version = "0.1.0" # semantic-release
version = "1.0.0" # semantic-release
description = "IRx"
authors = ["Ivan Ogasawara <[email protected]>"]
license = "BSD 3 Clause"
Expand Down

0 comments on commit 7f5e3ac

Please sign in to comment.