File tree Expand file tree Collapse file tree 3 files changed +14
-2
lines changed
Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,18 @@ All notable changes to DNS-AID will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
66and 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
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44
55[project ]
66name = " dns-aid"
7- version = " 0.5.0 "
7+ version = " 0.5.1 "
88description = " DNS-based Agent Identification and Discovery - Reference Implementation"
99readme = " README.md"
1010license = " Apache-2.0"
Original file line number Diff line number Diff line change 4343# Alias for convenience
4444delete = unpublish
4545
46- __version__ = "0.5.0 "
46+ __version__ = "0.5.1 "
4747__all__ = [
4848 # Core functions (Tier 0)
4949 "publish" ,
You can’t perform that action at this time.
0 commit comments