You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- move to a new directory for crypto addresses validators
- add a new feature to validate ethereum address
- create a new dep group for crypto eth address
- update tooling requirements
- update api docs for crypto addresses
- add a new dependency group for testing, update scripts accordingly
- include crypto-eth-addresses in tooling requirements
- add docs
- bump version, update change log
- fix: make `eth_hash` truly optional
- make `eth_hash` truly optional
- update dev dependencies
- improve changelog
- fix packaging and CI
---------
Co-authored-by: Yozachar <38415384+yozachar@users.noreply.github.com>
Copy file name to clipboardExpand all lines: CHANGES.md
+16Lines changed: 16 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,22 @@ Note to self: Breaking changes must increment either
9
9
10
10
-->
11
11
12
+
## 0.29.0 (2024-07-01)
13
+
14
+
_**Breaking**_ ⚠️
15
+
16
+
- patch: moves `btc_address` to `crypto_addresses` by @msamsami in [#383](https://github.com/python-validators/validators/pull/383) on [`2f300b`](https://github.com/python-validators/validators/pull/383/commits/2f300bccf31e7d8914817cac2ca466fd2a0a4d08)
17
+
18
+
_**Features**_
19
+
20
+
- feat: add validator for eth addresses by @msamsami in [#383](https://github.com/python-validators/validators/pull/383)
21
+
22
+
_**Maintenance**_
23
+
24
+
- chore: update dev deps; adds python EOL info by @yozachar in [#381](https://github.com/python-validators/validators/pull/381)
0 commit comments