Skip to content

Commit 7622287

Browse files
committed
bump version to 0.1.0
1 parent bf31dbd commit 7622287

2 files changed

Lines changed: 10 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,11 @@
33
All notable changes to this project will be documented in this file.
44
This project adheres to [Semantic Versioning](http://semver.org/) and [Keep a Changelog](http://keepachangelog.com/).
55

6+
67
## Unreleased
78
---
89

910
### New
10-
* Add IPAddress, IPNetwork, IPGlob, IPSet and IPRange support
11-
* Add IPAny special type.
1211

1312
### Changes
1413

@@ -17,3 +16,11 @@ This project adheres to [Semantic Versioning](http://semver.org/) and [Keep a Ch
1716
### Breaks
1817

1918

19+
## 0.1.0 - (2025-07-21)
20+
---
21+
22+
### New
23+
* Add IPAddress, IPNetwork, IPGlob, IPSet and IPRange support
24+
* Add IPAny special type.
25+
26+

netaddr_pydantic/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
from pydantic_core import PydanticCustomError
1414

1515

16-
__version__ = "0.0.1"
16+
__version__ = "0.1.0"
1717

1818

1919
IPAddress = Annotated[

0 commit comments

Comments
 (0)