Skip to content

Commit

Permalink
bump(version): Release v0.4.4
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed Nov 27, 2020
1 parent 1ac9f2a commit cc128ed
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Arbie/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
)
from Arbie.settings_parser import SettingsParser # noqa: F401

__version__ = "0.4.3" # noqa: WPS410
__version__ = "0.4.4" # noqa: WPS410
__version_info__ = tuple(
int(i) for i in __version__.split(".") if i.isdigit()
) # noqa: WPS221
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

<!--next-version-placeholder-->

## v0.4.4 (2020-11-27)
### Fix
* Prevent arbitrage finder from crashing on imaginary roots ([`9c0d314`](https://github.com/owodunni/arbie/commit/9c0d3146014ebf38bdeea951a8636d4cf89d72f4))
* Remove empty pools ([`5279d8a`](https://github.com/owodunni/arbie/commit/5279d8ae5337963a09afb074597a6c162a175126))
* Fix crash when multiple arbies are running ([`25fe810`](https://github.com/owodunni/arbie/commit/25fe810353acdc3cc3f9a48bf274b26d6f638c57))

## v0.4.3 (2020-11-25)
### Performance
* Add prometheus to async functions ([`b5f462c`](https://github.com/owodunni/arbie/commit/b5f462c4fc33f99cb157e396cd6f76a07ca04229))
Expand Down

0 comments on commit cc128ed

Please sign in to comment.