Skip to content

Commit abac7f0

Browse files
authored
Merge pull request #30 from frankovo/release/0.3.1
bump: version 0.3.0 → 0.3.1
2 parents 84e4061 + 4015045 commit abac7f0

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## v0.3.1 (2025-11-20)
2+
3+
### Refactor
4+
5+
- **pyproject.toml-cli.py-analysis.py-readme.md-readme-pypi.md**: - removed unnecessary dependency from core requirements - cleaned up comments in pyproject.toml, cli.py, and analysis.py - added new explanatory comments for optional dependencies and cli analysis routines - updated readme.md and readme-pypi.md with consistent description, badges, and reports section - ensured metadata and docs are aligned with supported python versions (3.9–3.12)
6+
17
## v0.3.0 (2025-11-19)
28

39
### 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.3.0"
7+
version = "0.3.1"
88
description = "Fast, comprehensive DNS performance testing with DNSSEC validation, DoH/DoT support, and enterprise features."
99
readme = { file = "README-pypi.md", content-type = "text/markdown" }
1010
authors = [
@@ -110,7 +110,7 @@ addopts = "-ra -q"
110110

111111
[tool.commitizen]
112112
name = "cz_conventional_commits"
113-
version = "0.3.0"
113+
version = "0.3.1"
114114
tag_format = "v$version"
115115
version_files = [
116116
"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.3.0"
1+
__version__ = "0.3.1"

0 commit comments

Comments
 (0)