Skip to content

Commit

Permalink
frank/0.7.26 (#113)
Browse files Browse the repository at this point in the history
  • Loading branch information
soundsonacid authored Feb 26, 2024
1 parent dcf84ab commit 356c4d1
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.7.25
current_version = 0.7.26
commit = True
tag = True
tag_name = {new_version}
Expand Down
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,4 +136,12 @@ Bump `requests` and `typing-extensions` to ^ instead of pinned

## [0.7.24] - 2024-2-10

Update `drift.json` IDL
Update `drift.json` IDL

## [0.7.25] - 2024-2-20

Fix bug in `decode_user()` where `remainder_base_amount` would decode incorrectly

## [0.7.26] - 2024-2-26

Filter out logs with errors in `websocket_log_provider.py` to avoid `EventSubscriber` returning false positive events
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "driftpy"
version = "0.7.25"
version = "0.7.26"
description = "A Python client for the Drift DEX"
authors = ["x19 <https://twitter.com/[email protected]>", "bigz <https://twitter.com/bigz_pubkey>", "frank <https://twitter.com/soundsonacid>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion src/driftpy/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.7.25"
__version__ = "0.7.26"

0 comments on commit 356c4d1

Please sign in to comment.