Releases: harperreed/crm
Releases · harperreed/crm
Release list
v2.3.0
v2.2.0
Changelog
- 9a3b48c feat: add CRM history commands
- c1fd179 feat: add CRM history storage contract
- 71ac286 feat: define CRM history events
- 66c26f5 feat: expose CRM history through MCP
- 818d65f feat: record atomic SQLite history
- 0966bd5 feat: record recoverable Markdown history
- 0c5a61d feat: support version flag
- 48dcf97 fix: CI verify command and prealloc lint issues
- 5be239b fix: bound Markdown YAML alias expansion
- 713c53c fix: complete Markdown history recovery
- 430166d fix: document safe SQL clause construction
- 7861c47 fix: harden CRM history review findings
- 69084a0 fix: harden CRM history validation
- 5ef3d1b fix: harden Markdown history durability
- 91e720a fix: isolate CRM history command tests
- 8f9bea2 fix: migrate release config to Homebrew cask
- bf86aae fix: preserve CRM update semantics
- 2505ecd fix: preserve Markdown YAML compatibility
- 1b215bd fix: preserve SQLite creation times
- 239b289 fix: preserve SQLite history invariants
- 4ddd591 fix: protect persisted CRM history
- 2e54a81 fix: reject corrupt SQLite JSON
- 0f1d7e4 fix: reject nonregular pending history
- 7bc4a95 fix: retain Homebrew formula distribution
- c44b6af fix: sync committed CRM history
- e6507b8 fix: validate MCP history inputs
v2.0.0
Changelog
- 6d070c4 feat: add Claude Code skill installation
- e971b1e feat: add Contact, Company, Relationship models
- eafb735 feat: add GoReleaser, CI, and release workflows
- 95b2bba feat: add MCP server with 12 tools, resources, and prompts
- 14cf44d feat: add SQLite company, relationship, and search CRUD
- 576fe13 feat: add SQLite contact CRUD with FTS5 search
- 82a05e7 feat: add SQLite store with schema, FTS5, and triggers
- 6c21cb3 feat: add Storage interface with filter and error types
- e3183a6 feat: add XDG config with backend factory
- 0e5655d feat: add company and relationship CLI commands
- fec750f feat: add config-driven storage initialization to root command
- 0691a94 feat: add contact CLI commands (add/list/show/edit/rm)
- d3c5086 feat: add integration tests for both storage backends
- bce6bdb feat: add markdown storage backend with full CRUD
- e767fb4 feat: bootstrap crm project with CLI scaffold
- 572415c fix: add prefix matching to link/unlink and fix comma splitting in fields
v1.5.1
Changelog
- a2191e3 feat: add install-skill command for Claude Code
v1.5.0
v1.4.4
Changelog
- 6254ba1 refactor: remove dead code from Do API migration
v0.5.6
Changelog
- 6996c54 chore(deps): update charm to v0.15.3
v0.5.5
v0.5.4
v0.5.3
Changelog
- bf12222 feat: add read-only fallback for charm/kv database locking