Skip to content

Commit 22d629d

Browse files
committed
bump version, update change log
1 parent 245c822 commit 22d629d

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

CHANGES.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,24 @@ Note to self: Breaking changes must increment either
99
1010
-->
1111

12+
## 0.29.0 (2024-07-01)
13+
14+
_**Breaking**_ ⚠️
15+
16+
> patch: moves `btc_address` module to `crypto_addresses` module by @msamsami in [#383](https://github.com/python-validators/validators/pull/383)
17+
18+
_**Features**_
19+
20+
> feat: adds `eth_address` validator by @msamsami in [#383](https://github.com/python-validators/validators/pull/383)
21+
22+
_**Maintenance**_
23+
24+
- chore: adds a new dependency group for `eth_address` by @msamsami in [#383](https://github.com/python-validators/validators/pull/383)
25+
- chore: adds a redundant dependency group `testing`, updates testing workflow by @msamsami in [#383](https://github.com/python-validators/validators/pull/383)
26+
- chore: updates dev dependencies; bump version by @msamsami in [#383](https://github.com/python-validators/validators/pull/383)
27+
28+
**Full Changelog**: [`0.28.3...0.29.0`](https://github.com/python-validators/validators/compare/0.28.3...0.29.0)
29+
1230
## 0.28.3 (2024-05-25)
1331

1432
_**Breaking**_

SECURITY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
| Version | Supported |
66
| ---------- | ------------------ |
7-
| `>=0.28.3` | :white_check_mark: |
7+
| `>=0.29.0` | :white_check_mark: |
88

99
## Reporting a Vulnerability
1010

src/validators/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,4 +103,4 @@
103103
"validator",
104104
)
105105

106-
__version__ = "0.28.3"
106+
__version__ = "0.29.0"

0 commit comments

Comments
 (0)