Skip to content

Commit a23fd48

Browse files
committed
docs: Fix version formatting in logs and add agent guidelines
1 parent 4fcb7ca commit a23fd48

2 files changed

Lines changed: 24 additions & 1 deletion

File tree

AGENTS.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Agent Guidelines
2+
3+
## Release Management
4+
- **Tagging**: Always use a leading "v" for release tags (e.g., `v1.0.0`, `v1.1.0`).

CHANGELOG.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2525
### Security
2626
- N/A
2727

28-
## [1.1.1] - 2025-12-12
28+
## [v1.4.0] - 2025-12-12
2929

3030
### Added
3131
- `Data` extensions for convenient SHA256 hashing (`sha256`, `sha256Hex`)
@@ -37,6 +37,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3737
- Fixed compiler warnings in `MergerTests` regarding `Sendable` conformance and unnecessary `await`
3838
- Fixed type mismatch errors in `HashComputationTests`
3939

40+
## [v1.3.0] - 2025-12-12
41+
42+
### Changed
43+
- Bumped version to 1.3.0
44+
45+
## [v1.2.2] - 2025-12-12
46+
47+
### Added
48+
- `Codable` conformance to `HashAlgorithm`
49+
50+
## [v1.2.1] - 2025-12-12
51+
52+
### Fixed
53+
- Restructured `HashComputation` to root level for proper exports
54+
55+
## [v1.2.0] - 2025-12-12
56+
57+
### Added
58+
- HashComputation feature
4059

4160
## [1.1.0] - 2025-12-04
4261

0 commit comments

Comments
 (0)