Skip to content

Commit

Permalink
bump(version): Release v0.10.1
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed Feb 6, 2021
1 parent 26b051a commit c855b19
Show file tree
Hide file tree
Showing 2 changed files with 6 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.10.0" # noqa: WPS410
__version__ = "0.10.1" # noqa: WPS410
__version_info__ = tuple(
int(i) for i in __version__.split(".") if i.isdigit()
) # noqa: WPS221
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

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

## v0.10.1 (2021-02-06)
### Performance
* **Monitor:** Export prometheus ports ([`26b051a`](https://github.com/owodunni/arbie/commit/26b051a79ead9041421acae7ce8cac66c5d165d0))
* **PathFinder:** Increase amount of threads used ([`2fa2c98`](https://github.com/owodunni/arbie/commit/2fa2c98a2c8163f886d9e7171b7cb7a61589ad29))

## v0.10.0 (2021-02-02)
### Feature
* **Transactions:** Allow specifying mean transaction time ([`5adc88d`](https://github.com/owodunni/arbie/commit/5adc88df2ff4f10d78a50c4533792dfba2ef6b30))
Expand Down

0 comments on commit c855b19

Please sign in to comment.