Skip to content

Commit b18e2bb

Browse files
committed
chore: bump version to 0.1.3
1 parent fb5ca2b commit b18e2bb

3 files changed

Lines changed: 8 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff 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

chainvalidator/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
try:
2020
__version__ = version("chainvalidator")
2121
except 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).

pyproject.toml

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

55
[project]
66
name = "chainvalidator"
7-
version = "0.1.2"
7+
version = "0.1.3"
88
description = "DNSSEC chain-of-trust validator – CLI utility and Python library"
99
readme = "README.md"
1010
requires-python = ">=3.11"

0 commit comments

Comments
 (0)