Skip to content

Commit

Permalink
update release notes & increase version to v1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Elnaril committed Oct 26, 2024
1 parent 44030cd commit e683a86
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
11 changes: 3 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@
---

## Release Notes
### v1.2.1
- Add support for web3 v7
- Add support for Python 3.12 & 3.13
### v1.2.0
- Add `compute_gas_fees()`: utility function to compute gas fees
- Add `build_transaction()` method: It's now possible to build the full transaction i/o just the input data.
Expand All @@ -33,14 +36,6 @@
- Add support for the TRANSFER function
- Add support for decoding the "revert on fail" flag and prepare for encoding on UR functions that support it.
- Add support for encoding the `execute()` function without deadline
### v1.0.1
- Fix issue #35 - fails to decode input data when there is too many commands
### v1.0.0
- Add support for SWEEP and PAY_PORTION
- Fix decoding issues
- Remove useless parameter `payer_is_sender` from `v*_swap_exact_in_from_balance()` methods
- Update Router ABI
- Add uint48 and uint160 in ABI builder

---

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "uniswap-universal-router-decoder"
version = "1.2.1.dev0"
version = "1.2.1"
authors = [
{ name="Elnaril", email="elnaril_dev@caramail.com" },
]
Expand Down

0 comments on commit e683a86

Please sign in to comment.