Skip to content

Commit

Permalink
bump(version): Release v0.8.8
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed Feb 1, 2021
1 parent ab4ccce commit 471a57c
Show file tree
Hide file tree
Showing 2 changed files with 5 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 @@ -9,7 +9,7 @@
)
from Arbie.settings_parser import SettingsParser # noqa: F401

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

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

## v0.8.8 (2021-02-01)
### Fix
* **Trader:** Make it possible to dry_run ([`ab4ccce`](https://github.com/owodunni/arbie/commit/ab4ccce1db7f7a4310d8c94f7e479b9220626c96))

## v0.8.7 (2021-01-31)
### Fix
* **Trader:** Account for gas cost when estimating trade profit ([`e8eaeec`](https://github.com/owodunni/arbie/commit/e8eaeecf7f38f29c0c479cb0404d6a9f7d90f6c1))
Expand Down

0 comments on commit 471a57c

Please sign in to comment.