We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4626aab commit d622c76Copy full SHA for d622c76
2 files changed
AGENTS.md
@@ -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
@@ -37,7 +37,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
37
- Fixed compiler warnings in `MergerTests` regarding `Sendable` conformance and unnecessary `await`
38
- Fixed type mismatch errors in `HashComputationTests`
39
40
-## [1.3.0] - 2025-12-12
+## [v1.3.0] - 2025-12-12
41
42
### Changed
43
- Bumped version to 1.3.0
0 commit comments