Skip to content

Commit

Permalink
chore(master): release 0.5.5 (#156)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Aug 3, 2023
1 parent 3684684 commit 15dbf12
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

ARENA-py notable changes. Started 2021-02-19 (version 0.1.12).

## [0.5.5](https://github.com/arenaxr/arena-py/compare/v0.5.4...v0.5.5) (2023-08-03)


### Bug Fixes

* color accepts floats, but casts to int; Line start and end implicitly converts to Position ([3684684](https://github.com/arenaxr/arena-py/commit/36846840b5dcc58acb354b57bd94576e37a33393))

## [0.5.4](https://github.com/arenaxr/arena-py/compare/v0.5.3...v0.5.4) (2023-08-01)


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="arena-py",
version="0.5.4",
version="0.5.5",
author="Conix Research Center",
author_email="info@conix.io",
license="BSD 3-clause \"New\" or \"Revised License\"",
Expand Down

0 comments on commit 15dbf12

Please sign in to comment.