Skip to content

Commit 8ae6bb6

Browse files
authored
Merge pull request #26 from frankovo/release/0.3.0
bump: version 0.2.9 → 0.3.0
2 parents db2477e + f1e9848 commit 8ae6bb6

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## v0.3.0 (2025-11-19)
2+
3+
### Feat
4+
5+
- **cli**: full test coverage and readme refactor
6+
- **cli**: add top, compare, and monitoring commands
7+
18
## v0.2.9 (2025-11-17)
29

310
### 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.9"
7+
version = "0.3.0"
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 = [
@@ -108,7 +108,7 @@ addopts = "-ra -q"
108108

109109
[tool.commitizen]
110110
name = "cz_conventional_commits"
111-
version = "0.2.9"
111+
version = "0.3.0"
112112
tag_format = "v$version"
113113
version_files = [
114114
"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.9"
1+
__version__ = "0.3.0"

0 commit comments

Comments
 (0)