Skip to content

Commit

Permalink
chore(release): 0.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Nov 29, 2024
1 parent 90e828f commit 51c3b03
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Release Notes
---

## [0.16.1](https://github.com/arxlang/astx/compare/0.16.0...0.16.1) (2024-11-29)


### Bug Fixes

* **refactoring:** Split datatype module into types and literals packages ([#152](https://github.com/arxlang/astx/issues/152)) ([90e828f](https://github.com/arxlang/astx/commit/90e828f550bf65b2d82b189f7dba383a97609ba4))

# [0.16.0](https://github.com/arxlang/astx/compare/0.15.0...0.16.0) (2024-11-27)


Expand Down
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 = "astx"
version = "0.16.0" # semantic-release
version = "0.16.1" # semantic-release
description = "ASTx is an agnostic expression structure for AST."
readme = "docs/index.md"
authors = ["Ivan Ogasawara <ivan.ogasawara@gmail.com>"]
Expand Down
2 changes: 1 addition & 1 deletion src/astx/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ def get_version() -> str:
try:
return importlib_metadata.version(__name__)
except importlib_metadata.PackageNotFoundError: # pragma: no cover
return "0.16.0" # semantic-release
return "0.16.1" # semantic-release


__all__ = [
Expand Down

0 comments on commit 51c3b03

Please sign in to comment.