We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd21a15 commit 676864bCopy full SHA for 676864b
3 files changed
CHANGELOG.md
@@ -17,6 +17,13 @@ This project adheres to [Semantic Versioning](http://semver.org/) and [Keep a Ch
17
### Breaks
18
19
20
+## 0.2.0 - (2025-07-23)
21
+---
22
+
23
+### New
24
+* Add IPv4Address/IPv4Network and their v6 counterparts
25
26
27
## 0.1.2 - (2025-07-23)
28
---
29
netaddr_pydantic/__init__.py
@@ -16,7 +16,7 @@
16
ipany_discriminator,
)
-__version__ = "0.1.2"
+__version__ = "0.2.0"
IPAddress = Annotated[
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
4
5
[project]
6
name = "netaddr-pydantic"
7
-version = "0.1.2"
+version = "0.2.0"
8
description = ""
9
readme = "README.md"
10
requires-python = ">=3.11"
0 commit comments