File tree 2 files changed +5
-4
lines changed
2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 36
36
---
37
37
38
38
## Release Notes
39
- ### v2.0.0-beta.1
39
+ ### v2.0.0
40
40
- Add support for V4 functions and features:
41
41
- ` V4_INITIALIZE_POOL `
42
42
- ` V4_POSITION_MANAGER_CALL `
66
66
- Remove support for Python 3.8
67
67
- Update repository picture
68
68
- Update default router address to Mainnet's one
69
+ - Add integration tests for V4 functions
69
70
70
71
### v1.2.1
71
72
- Add support for web3 v7
Original file line number Diff line number Diff line change @@ -4,15 +4,15 @@ build-backend = "setuptools.build_meta"
4
4
5
5
[project ]
6
6
name = " uniswap-universal-router-decoder"
7
- version = " 2.0.0-beta.1 "
7
+ version = " 2.0.0"
8
8
authors = [
9
9
{
name =
" Elnaril" ,
email =
" [email protected] " },
10
10
]
11
- description = " Decode & Encode transactions sent to the Uniswap Universal Router"
11
+ description = " Decode & Encode transactions sent to the Uniswap Universal Router. Support Uniswap V2, V3 & V4 "
12
12
readme = " README.md"
13
13
requires-python = " >=3.9"
14
14
classifiers = [
15
- " Development Status :: 4 - Beta " ,
15
+ " Development Status :: 5 - Production/Stable " ,
16
16
" Intended Audience :: Developers" ,
17
17
" License :: OSI Approved :: MIT License" ,
18
18
" Natural Language :: English" ,
You can’t perform that action at this time.
0 commit comments