Skip to content

Commit

Permalink
bump(version): Release v0.5.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed Dec 4, 2020
1 parent 0457321 commit d7846a8
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.4" # noqa: WPS410
__version__ = "0.5.0" # 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.5.0 (2020-12-04)
### Feature
* Add arbie smart contract ([`0457321`](https://github.com/owodunni/arbie/commit/045732115902c6e869342a5bebef224a266feab2))
* Add router smart contract ([`8254646`](https://github.com/owodunni/arbie/commit/8254646e9ee8be1252270c79a80643bf01e9baa2))
* Add Arbie contract and Uniswap router ([`579f913`](https://github.com/owodunni/arbie/commit/579f913c67fee2335dbfc8cd673e629a005a89f5))

## v0.4.4 (2020-11-27)
### Fix
* Prevent arbitrage finder from crashing on imaginary roots ([`9c0d314`](https://github.com/owodunni/arbie/commit/9c0d3146014ebf38bdeea951a8636d4cf89d72f4))
Expand Down

0 comments on commit d7846a8

Please sign in to comment.