Skip to content

Latest commit

 

History

History
44 lines (33 loc) · 1.54 KB

File metadata and controls

44 lines (33 loc) · 1.54 KB

Changelog

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.

Changed

  • Replaced Issue Type with mutable Issue Kind across domain, CLI, MCP, output, and canonical JSONL contracts while retaining legacy issue_type loading.
  • Renamed MigrationField persistence accessors to reflect emitted and migration-only JSONL field names.
  • Upgraded rmcp to 1.8.0 to clear RUSTSEC-2026-0189 while preserving stdio transport.
  • Upgraded anyhow to 1.0.103 to clear RUSTSEC-2026-0190 surfaced by Cargo Deny CI.

0.1.0 - 2025-12-17

Added

rivets-jsonl

  • Initial release of the JSONL library
  • High-performance streaming JSONL parser
  • Async read/write support with tokio
  • Type-safe serialization via serde

rivets

  • 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

rivets-mcp

  • 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