Skip to content

Commit 676864b

Browse files
committed
bump version to 0.2.0
1 parent fd21a15 commit 676864b

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,13 @@ This project adheres to [Semantic Versioning](http://semver.org/) and [Keep a Ch
1717
### Breaks
1818

1919

20+
## 0.2.0 - (2025-07-23)
21+
---
22+
23+
### New
24+
* Add IPv4Address/IPv4Network and their v6 counterparts
25+
26+
2027
## 0.1.2 - (2025-07-23)
2128
---
2229

netaddr_pydantic/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
ipany_discriminator,
1717
)
1818

19-
__version__ = "0.1.2"
19+
__version__ = "0.2.0"
2020

2121

2222
IPAddress = Annotated[

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44

55
[project]
66
name = "netaddr-pydantic"
7-
version = "0.1.2"
7+
version = "0.2.0"
88
description = ""
99
readme = "README.md"
1010
requires-python = ">=3.11"

0 commit comments

Comments
 (0)