Skip to content

Commit d622c76

Browse files
committed
docs: Fix version formatting in logs and add agent guidelines
1 parent 4626aab commit d622c76

2 files changed

Lines changed: 5 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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ 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-
## [1.3.0] - 2025-12-12
40+
## [v1.3.0] - 2025-12-12
4141

4242
### Changed
4343
- Bumped version to 1.3.0

0 commit comments

Comments
 (0)