Skip to content

Commit d6b1dbf

Browse files
committed
bump: version 0.2.5 → 0.2.6
1 parent 38e5fc4 commit d6b1dbf

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## v0.2.6 (2025-11-13)
2+
3+
### Feat
4+
5+
- **core,-cli**: add iteration tracking, cache handling, and CLI improvements
6+
7+
### Fix
8+
9+
- **release**: sync version files to 0.2.5 before bump
10+
- **core**: lazy-init asyncio primitives to avoid event loop errors
11+
112
## v0.2.5 (2025-11-13)
213

314
### 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.5"
7+
version = "0.2.6"
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 = [
@@ -107,7 +107,7 @@ addopts = "-ra -q"
107107

108108
[tool.commitizen]
109109
name = "cz_conventional_commits"
110-
version = "0.2.5"
110+
version = "0.2.6"
111111
tag_format = "v$version"
112112
version_files = [
113113
"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.5"
1+
__version__ = "0.2.6"

0 commit comments

Comments
 (0)