Skip to content

Commit 0cf7d0a

Browse files
committed
bump: version 0.2.2 → 0.2.3
1 parent 7fdf968 commit 0cf7d0a

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## v0.2.3 (2025-11-11)
2+
13
## v0.2.2 (2025-11-11)
24

35
### Feat

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "dns-benchmark-tool"
7-
version = "0.2.2"
7+
version = "0.2.3"
88
description = "Benchmark DNS resolvers across domains and record types with analytics and reports (CSV, Excel, PDF, JSON)."
99
readme = "README-pypi.md"
1010
authors = [
@@ -106,7 +106,7 @@ addopts = "-ra -q"
106106

107107
[tool.commitizen]
108108
name = "cz_conventional_commits"
109-
version = "0.2.2"
109+
version = "0.2.3"
110110
tag_format = "v$version"
111111
version_files = [
112112
"pyproject.toml:version",

src/dns_benchmark/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.2.2"
1+
__version__ = "0.2.3"

0 commit comments

Comments
 (0)