Skip to content

Commit

Permalink
0.7.13 -> 0.7.14 (#85)
Browse files Browse the repository at this point in the history
* feat: add priority fee subscriber

* fix: remove debug prints

* chore: 0.7.13 -> 0.7.14
  • Loading branch information
soundsonacid authored Jan 18, 2024
1 parent faf4af3 commit 096af04
Show file tree
Hide file tree
Showing 4 changed files with 8 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.13
current_version = 0.7.14
commit = True
tag = True
tag_name = {new_version}
Expand Down
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,8 @@ Update `drift.json` IDL for Drift Program

Fix several major math bugs in `DriftUser.get_perp_liq_price()` and downstream math functions

Add default `Confirmed` commitment in `StandardTxSender`
Add default `Confirmed` commitment in `StandardTxSender`

## [0.7.14] - 2024-1-18

Add `PriorityFeeSubscriber`
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.13"
version = "0.7.14"
description = "A Python client for the Drift DEX"
authors = ["x19 <https://twitter.com/[email protected]>", "bigz <https://twitter.com/bigz_pubkey>"]
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.13"
__version__ = "0.7.14"

0 comments on commit 096af04

Please sign in to comment.