All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Replaced Issue Type with mutable Issue Kind across domain, CLI, MCP, output, and canonical JSONL contracts while retaining legacy
issue_typeloading. - Renamed
MigrationFieldpersistence accessors to reflect emitted and migration-only JSONL field names. - Upgraded
rmcpto 1.8.0 to clear RUSTSEC-2026-0189 while preserving stdio transport. - Upgraded
anyhowto 1.0.103 to clear RUSTSEC-2026-0190 surfaced by Cargo Deny CI.
0.1.0 - 2025-12-17
- Initial release of the JSONL library
- High-performance streaming JSONL parser
- Async read/write support with tokio
- Type-safe serialization via serde
- Initial release of the rivets issue tracking system
- CLI for managing issues, dependencies, and workflows
- JSONL-based storage backend
- Dependency graph with cycle detection
- Support for epics, tasks, bugs, features, and chores
- Priority and status management
- Label support
- Initial release of the MCP server
- Model Context Protocol integration for AI assistants
- Full issue CRUD operations via MCP tools
- Dependency management tools
- Statistics and reporting tools