Skip to content

Commit 77cc405

Browse files
committed
chore: release v0.6.0
1 parent 95a54ee commit 77cc405

File tree

4 files changed

+53
-4
lines changed

4 files changed

+53
-4
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ members = ["crates/*"]
33
resolver = "2"
44

55
[workspace.package]
6-
version = "0.5.1"
6+
version = "0.6.0"
77
authors = ["josh rotenberg <joshrotenberg@gmail.com>"]
88
edition = "2024"
99
license = "MIT OR Apache-2.0"
@@ -50,7 +50,7 @@ tokio-util = { version = "0.7", features = ["rt"] }
5050
axum = "0.8"
5151

5252
# Internal
53-
adrs-core = { path = "crates/adrs-core", version = "0.5.1" }
53+
adrs-core = { path = "crates/adrs-core", version = "0.6.0" }
5454

5555
# Testing
5656
serial_test = "3"

crates/adrs-core/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [0.6.0] - 2026-01-26
6+
7+
### Bug Fixes
8+
9+
- Init detects existing ADRs and skips initial ADR creation
10+
11+
### Features
12+
13+
- Add source_uri field to JSON-ADR spec for federation
14+
- Add template management commands
15+
- Add tags support for ADR categorization
16+
- Simplify link command with auto-derived reverse links
17+
18+
519
## [0.5.1] - 2026-01-22
620

721
### Features

crates/adrs/CHANGELOG.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,41 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [0.6.0] - 2026-01-26
6+
7+
### Bug Fixes
8+
9+
- Init detects existing ADRs and skips initial ADR creation
10+
- Expose MCP tools via ServerHandler list_tools/call_tool
11+
12+
### Documentation
13+
14+
- Improve CLI help discoverability with examples
15+
- Add missing documentation for v0.6.0 features
16+
17+
### Features
18+
19+
- Add source_uri field to JSON-ADR spec for federation
20+
- Add filtering options to list command
21+
- Add search command for full-text search
22+
- Add template management commands
23+
- Add tags support for ADR categorization
24+
- Add --no-edit flag for non-interactive ADR creation
25+
- Simplify link command with auto-derived reverse links
26+
- Add shell completions command
27+
- Add MCP server for AI agent integration
28+
- Add MCP write operations (create, status, link)
29+
- Add HTTP transport for MCP server
30+
- Add MCP tools for content updates and repository info
31+
- **mcp:** Add validate_adr tool
32+
- Add cheatsheet command for quick reference
33+
- **mcp:** Add get_adr_sections, compare_adrs, bulk_update_status, suggest_tags tools
34+
35+
### Testing
36+
37+
- Add integration tests for new CLI commands
38+
39+
540
## [0.5.1] - 2026-01-22
641

742
### Documentation

0 commit comments

Comments
 (0)