Skip to content

Commit

Permalink
10.1.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Apr 12, 2024
1 parent 7ecc0a6 commit 32ceb88
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 2 deletions.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,35 @@



## v10.1.0 (2024-04-12)

### Other

* Merge pull request #620 from mraniki/dev

💄 PnL code structure alignement ([`7ecc0a6`](https://github.com/mraniki/dxsp/commit/7ecc0a6c7661af332f449c6a7a182544224f105f))

### Update

* Update web3 version to 6.16.0 ([`e497298`](https://github.com/mraniki/dxsp/commit/e497298f7277a7f6be1892e36b492731938143ce))

### ♻️

* ♻️ ([`137b435`](https://github.com/mraniki/dxsp/commit/137b435fcc40d6950bbd75108c21c16c39d199b8))

### ⬆️

* ⬆️ 🛠️(deps): update dependency web3 to v6.17.0 ([`2c755d8`](https://github.com/mraniki/dxsp/commit/2c755d87c3f97df1db30b3e192f3e718f232563e))

### 🐛

* 🐛 ([`54f8a95`](https://github.com/mraniki/dxsp/commit/54f8a95719f9bedebf463e58f85e63a5908968bc))

### 💄

* 💄 PnL code structure alignement ([`97a45c9`](https://github.com/mraniki/dxsp/commit/97a45c91c372ebabb98174958d69c1857e9f354b))


## v10.0.5 (2024-04-09)

### Fix
Expand Down
2 changes: 1 addition & 1 deletion dxsp/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "10.0.5"
__version__ = "10.1.0"

from dxsp.main import DexSwap

Expand Down
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "dxsp"
version = "10.0.5"
version = "10.1.0"
description = "DXSP (DeX SwaP), A defi swap helper package. Swap made easy."
authors = ["mraniki <[email protected]>"]
license = "MIT License"
Expand Down Expand Up @@ -96,6 +96,7 @@ quote-style = "double"






[tool.poetry.group.test.dependencies]
Expand Down Expand Up @@ -174,6 +175,7 @@ skips = ["B101","B104"]






[tool.poetry.group.docs]
Expand Down

0 comments on commit 32ceb88

Please sign in to comment.