Skip to content

Commit 7277960

Browse files
committed
chore(release): prepare for v0.3.0
- Update CHANGELOG.md with all changes since 0.1.0
1 parent 3e5fa94 commit 7277960

File tree

1 file changed

+15
-14
lines changed

1 file changed

+15
-14
lines changed

CHANGELOG.md

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -7,31 +7,32 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.3.0] - 2026-02-07
11+
1012
### Added
1113

12-
- Production-ready CI/CD workflows
13-
- Release workflow with multi-platform binary builds
14-
- Automated changelog generation with git-cliff
15-
- Docker multi-platform container builds
16-
- Automated crates.io publishing
17-
- Security audit workflow with cargo-audit
18-
- Benchmark tracking workflow
19-
- Docker support with distroless base image
20-
- git-cliff configuration for conventional commits
21-
- Release template for GitHub releases
22-
- Comprehensive documentation for CI/CD and deployment
14+
- MCP server (`nsip mcp`) with 13 tools, 5 resources, 4 resource templates,
15+
and 7 guided prompts for sheep genetic evaluation
16+
- Farmer-friendly CLI with `compare`, `completions`, and `man` subcommands
17+
- Human-readable ASCII table output (default) with `--json` flag for machine output
18+
- NSIP client with full endpoint coverage: search, details, lineage, progeny,
19+
breed groups, trait ranges, statuses, and date-last-updated
20+
- Inbreeding coefficient (COI) calculation with traffic-light rating
21+
- Weighted multi-trait ranking and mating recommendation analytics
22+
- LLM guide templates for Claude, Copilot, Cursor, Gemini, and generic agents
23+
- MCP reference documentation (`docs/MCP.md`)
24+
- CLI integration tests
2325

2426
### Changed
2527

2628
- Renamed source directory from `src/` to `crates/`
29+
- Renamed release binary artifacts from `rust_template` to `nsip`
2730
- Updated all documentation to reflect actual features
28-
- Enhanced README with CI/CD and deployment information
2931

3032
### Fixed
3133

3234
- MSRV version mismatch in documentation (1.80 → 1.92)
33-
- Placeholder features replaced with actual capabilities
34-
- Config builder example now includes all methods
35+
- Release binary artifact naming
3536

3637
## [0.1.0] - 2024-02-06
3738

0 commit comments

Comments
 (0)