Skip to content

Commit

Permalink
chore(release): 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Sep 7, 2023
1 parent 93f6ebd commit 65cb4d9
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.6.0](https://github.com/arxlang/astx/compare/0.5.1...0.6.0) (2023-09-07)


### Features

* Add options for the graph visualization objects shape ([#16](https://github.com/arxlang/astx/issues/16)) ([93f6ebd](https://github.com/arxlang/astx/commit/93f6ebd2cec7fee718ee37e5fb6e982cdd97fbc6))

## [0.5.1](https://github.com/arxlang/astx/compare/0.5.0...0.5.1) (2023-09-07)


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


__all__ = [
Expand Down

0 comments on commit 65cb4d9

Please sign in to comment.