Skip to content

Commit ed7f0fe

Browse files
grokifyclaude
andcommitted
docs: use v-prefix for versions in changelog
Ensures rendered markdown links match git tags. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 8892c3f commit ed7f0fe

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

CHANGELOG.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"repository": "https://github.com/agentplexus/agentkit",
55
"releases": [
66
{
7-
"version": "0.4.0",
7+
"version": "v0.4.0",
88
"date": "2026-02-02",
99
"highlights": [
1010
{ "description": "Model Context Protocol (MCP) server for AI assistant tool integration" },
@@ -35,7 +35,7 @@
3535
]
3636
},
3737
{
38-
"version": "0.3.0",
38+
"version": "v0.3.0",
3939
"date": "2026-01-04",
4040
"added": [
4141
{ "description": "OmniVault integration for unified secret management (`config/omnivault.go`)" },
@@ -56,7 +56,7 @@
5656
]
5757
},
5858
{
59-
"version": "0.2.0",
59+
"version": "v0.2.0",
6060
"date": "2025-12-31",
6161
"added": [
6262
{ "description": "IaC configuration package for AgentCore deployments" }
@@ -66,7 +66,7 @@
6666
]
6767
},
6868
{
69-
"version": "0.1.0",
69+
"version": "v0.1.0",
7070
"date": "2025-12-29",
7171
"added": [
7272
{ "description": "Initial release with core agent framework" },

CHANGELOG.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ and this changelog is generated by [Structured Changelog](https://github.com/gro
88

99
## [Unreleased]
1010

11-
## [0.4.0] - 2026-02-02
11+
## [v0.4.0] - 2026-02-02
1212

1313
### Highlights
1414

@@ -43,7 +43,7 @@ and this changelog is generated by [Structured Changelog](https://github.com/gro
4343

4444
- Update Go versions in CI workflow ([`607ee24`](https://github.com/agentplexus/agentkit/commit/607ee24))
4545

46-
## [0.3.0] - 2026-01-04
46+
## [v0.3.0] - 2026-01-04
4747

4848
### Added
4949

@@ -64,7 +64,7 @@ and this changelog is generated by [Structured Changelog](https://github.com/gro
6464
- `SecureConfig` now supports OmniVault as primary secrets source
6565
- Added `WithSecretsProvider()`, `WithAWSSecretsManager()`, `WithAutoSecretsProvider()` options
6666

67-
## [0.2.0] - 2025-12-31
67+
## [v0.2.0] - 2025-12-31
6868

6969
### Added
7070

@@ -74,7 +74,7 @@ and this changelog is generated by [Structured Changelog](https://github.com/gro
7474

7575
- Bump `github.com/agentplexus/vaultguard` from 0.1.0 to 0.2.0
7676

77-
## [0.1.0] - 2025-12-29
77+
## [v0.1.0] - 2025-12-29
7878

7979
### Added
8080

@@ -96,8 +96,8 @@ and this changelog is generated by [Structured Changelog](https://github.com/gro
9696

9797
- Remove unused error return from `loadSecureCredentials`
9898

99-
[unreleased]: https://github.com/agentplexus/agentkit/compare/0.4.0...HEAD
100-
[0.4.0]: https://github.com/agentplexus/agentkit/compare/0.3.0...0.4.0
101-
[0.3.0]: https://github.com/agentplexus/agentkit/compare/0.2.0...0.3.0
102-
[0.2.0]: https://github.com/agentplexus/agentkit/compare/0.1.0...0.2.0
103-
[0.1.0]: https://github.com/agentplexus/agentkit/releases/tag/0.1.0
99+
[unreleased]: https://github.com/agentplexus/agentkit/compare/v0.4.0...HEAD
100+
[v0.4.0]: https://github.com/agentplexus/agentkit/compare/v0.3.0...v0.4.0
101+
[v0.3.0]: https://github.com/agentplexus/agentkit/compare/v0.2.0...v0.3.0
102+
[v0.2.0]: https://github.com/agentplexus/agentkit/compare/v0.1.0...v0.2.0
103+
[v0.1.0]: https://github.com/agentplexus/agentkit/releases/tag/v0.1.0

0 commit comments

Comments
 (0)