File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,6 +9,10 @@ Version numbers follow [Semantic Versioning](https://semver.org/spec/v2.0.0.html
99
1010## [ Unreleased]
1111
12+ ---
13+
14+ ## [ 0.1.3] — 2026-05-15
15+
1216### Added
1317- ` pytest-mock>=3.12 ` added to dev extras.
1418
@@ -58,7 +62,8 @@ Version numbers follow [Semantic Versioning](https://semver.org/spec/v2.0.0.html
5862
5963---
6064
61- [ Unreleased ] : https://github.com/NC3-TestingPlatform/chainvalidator/compare/v0.1.2...HEAD
65+ [ Unreleased ] : https://github.com/NC3-TestingPlatform/chainvalidator/compare/v0.1.3...HEAD
66+ [ 0.1.3 ] : https://github.com/NC3-TestingPlatform/chainvalidator/compare/v0.1.2...v0.1.3
6267[ 0.1.2 ] : https://github.com/NC3-TestingPlatform/chainvalidator/compare/v0.1.1...v0.1.2
6368[ 0.1.1 ] : https://github.com/NC3-TestingPlatform/chainvalidator/compare/v0.1.0...v0.1.1
6469[ 0.1.0 ] : https://github.com/NC3-TestingPlatform/chainvalidator/releases/tag/v0.1.0
Original file line number Diff line number Diff line change 1919try :
2020 __version__ = version ("chainvalidator" )
2121except PackageNotFoundError : # pragma: no cover
22- __version__ = "0.1.2 "
22+ __version__ = "0.1.3 "
2323
2424# NullHandler so library users who have not configured logging
2525# do not see "No handler found" warnings (PEP 3118 / logging HOWTO).
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " chainvalidator"
7- version = " 0.1.2 "
7+ version = " 0.1.3 "
88description = " DNSSEC chain-of-trust validator – CLI utility and Python library"
99readme = " README.md"
1010requires-python = " >=3.11"
You can’t perform that action at this time.
0 commit comments