Skip to content

Commit 13878a1

Browse files
author
root
committed
docs: update changelog for versions 0.3.0 through 0.6.0
1 parent bbe9c5c commit 13878a1

1 file changed

Lines changed: 33 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 33 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,39 @@
22

33
All notable changes to this project will be documented in this file.
44

5-
## [0.2.0] - 2026-01-29
5+
## [0.6.0] - 2026-03-13
6+
### Added
7+
- Path traversal protection with Unicode normalization
8+
- Argon2 key derivation for enhanced security
9+
- Rate limiting for decryption operations
10+
- Internal `sanitize_file_path_internal` for test compatibility
11+
12+
### Fixed
13+
- Removed unused `TooManyAttempts` variant from `RateLimitError`
14+
- Dead code cleanup in test files
15+
- Clippy warnings and formatting issues
16+
17+
## [0.5.0] - 2026-03-13
18+
### Security
19+
- Enhanced path sanitization to prevent directory traversal attacks
20+
- Improved error handling for security-critical operations
21+
22+
## [0.4.0] - 2026-01-29
23+
### Added
24+
- Advanced validation rules for configuration values
25+
- Tamper-evident audit logging system with integrity checks
26+
- Sensitive value masking in audit logs
27+
28+
### Fixed
29+
- Test race conditions in concurrent environments
30+
- Core module stability and error handling improvements
31+
32+
## [0.3.0] - 2026-01-29
33+
### Added
34+
- New brand identity with a modern SVG logo and mascot
35+
- Comprehensive documentation suite (Guides, Components, Reference)
36+
37+
## [0.2.0] - 2026-01-25
638
### Added
739
- Advanced validation rules for configuration values.
840
- Tamper-evident audit logging system with integrity checks.

0 commit comments

Comments
 (0)