Skip to content

Commit 9c2fc58

Browse files
committed
chore: bump version to 0.5.1
1 parent ad5ba38 commit 9c2fc58

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,18 @@ All notable changes to DNS-AID will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.5.1] - 2026-02-05
9+
10+
### Fixed
11+
- **Security scan compliance** — Replaced AWS example key patterns in tests for Wiz/SonarQube compatibility
12+
- **Code quality** — Removed unused imports flagged by static analysis
13+
14+
### Added
15+
- **Dependabot** — Automated dependency updates for pip and GitHub Actions
16+
- **Pre-commit hooks** — Ruff linting/formatting + MyPy type checking on commit
17+
- **Makefile** — Standard development commands (`make test`, `make lint`, etc.)
18+
- **requirements.lock** — Reproducible builds with pinned dependencies
19+
820
## [0.5.0] - 2026-02-05
921

1022
### Added

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "dns-aid"
7-
version = "0.5.0"
7+
version = "0.5.1"
88
description = "DNS-based Agent Identification and Discovery - Reference Implementation"
99
readme = "README.md"
1010
license = "Apache-2.0"

src/dns_aid/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
# Alias for convenience
4444
delete = unpublish
4545

46-
__version__ = "0.5.0"
46+
__version__ = "0.5.1"
4747
__all__ = [
4848
# Core functions (Tier 0)
4949
"publish",

0 commit comments

Comments
 (0)