File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 ` ).
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments