Skip to content

Releases: harperreed/crm

v2.3.0

Choose a tag to compare

@github-actions github-actions released this 22 Aug 20:12

Changelog

  • 9fed8a2 fix: keep checkout builds on dev
  • 0e2b7f0 fix: report Go install module version
  • f1bf321 fix: use canonical Go v2 module path

v2.2.0

Choose a tag to compare

@github-actions github-actions released this 22 Aug 16:27

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

Choose a tag to compare

@github-actions github-actions released this 02 Apr 23:50

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

Choose a tag to compare

@github-actions github-actions released this 01 Feb 19:08

Changelog

  • a2191e3 feat: add install-skill command for Claude Code

v1.5.0

Choose a tag to compare

@github-actions github-actions released this 01 Feb 03:26

Changelog

  • e2c2ec9 chore(deps): update charm to v0.20.0
  • b1fe3d3 feat!: replace Charm KV with SQLite storage
  • c563f29 feat: add stale sync support using charm v0.19.0

v1.4.4

Choose a tag to compare

@github-actions github-actions released this 24 Dec 00:19

Changelog

  • 6254ba1 refactor: remove dead code from Do API migration

v0.5.6

Choose a tag to compare

@github-actions github-actions released this 21 Dec 17:40

Changelog

  • 6996c54 chore(deps): update charm to v0.15.3

v0.5.5

Choose a tag to compare

@github-actions github-actions released this 21 Dec 04:58

Changelog

v0.5.4

Choose a tag to compare

@github-actions github-actions released this 20 Dec 21:17

Changelog

  • 4b90d97 feat: migrate charm KV from BadgerDB to SQLite for concurrent access
  • 72eb16e fix: use GitHub fork reference for charm dependency

v0.5.3

Choose a tag to compare

@github-actions github-actions released this 19 Dec 21:15

Changelog

  • bf12222 feat: add read-only fallback for charm/kv database locking