Skip to content

Commit 9d0f4d1

Browse files
committed
bump: version 0.2.1 → 0.2.2
1 parent 835f376 commit 9d0f4d1

File tree

3 files changed

+32
-3
lines changed

3 files changed

+32
-3
lines changed

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
## v0.2.2 (2025-11-11)
2+
3+
### Feat
4+
5+
- **core**: progress callback receives completed and total counts
6+
7+
### Fix
8+
9+
- **cli**: adapt progress callback to accept completed and total
10+
11+
## v0.2.1 (2025-11-10)
12+
13+
## v0.2.0 (2025-11-09)
14+
15+
## v0.1.9 (2025-11-09)
16+
17+
## v0.1.8 (2025-11-09)
18+
19+
## v0.1.7 (2025-11-09)
20+
21+
## v0.1.5 (2025-11-09)
22+
23+
## v0.1.4 (2025-11-09)
24+
25+
## v0.1.3 (2025-11-09)
26+
27+
## v0.1.2 (2025-11-09)
28+
29+
## v0.1.1 (2025-11-09)

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.1"
7+
version = "0.2.2"
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.1"
109+
version = "0.2.2"
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.1"
1+
__version__ = "0.2.2"

0 commit comments

Comments
 (0)