Skip to content

Releases: mybuddymichael/mint

mint v0.9.1

19 Dec 18:29
a08d357

Choose a tag to compare

0.9.1 - 2025-12-19

Fixes

  • Fix panic when removing nonexistent blockers/deps

mint v0.9.0

10 Dec 20:10
0f8a175

Choose a tag to compare

0.9.0 - 2025-12-10

Features

  • Add --limit flag to list command
  • Show relative timestamps on issue times
  • Add 'n' as an alias for create

mint v0.8.0

10 Dec 17:28
49c0b5c

Choose a tag to compare

0.8.0 - 2025-12-10

Features

  • Issues are now sorted by timestamps
  • Track created and updated timestamps on issues

Documentation

  • Update screenshots

CI

  • Add .golangci.yaml

mint v0.7.0

04 Dec 05:08
0f1722d

Choose a tag to compare

0.7.0 - 2025-12-04

Features

  • Show the relationship issue statuses when showing details

Fixes

  • Safely handle stale references in relationships

Style

  • Add newlines to show contents
  • Add a newline before and after listing issues

mint v0.6.0

26 Nov 17:04
2f4db43

Choose a tag to compare

0.6.0 - 2025-11-26

Features

  • Allow setting no prefix for issue IDs

Refactoring

  • Remove extra loop when listing issues
  • Use strings.Builder to compose text

mint v0.5.1

25 Nov 22:23
8ac9e87

Choose a tag to compare

0.5.1 - 2025-11-25

Style

  • Print full issue details when closing an issue
  • Print full issue details when updating

Documentation

  • Emphasizes RGR in agent instructions

mint v0.5.0

25 Nov 17:24
36780e2

Choose a tag to compare

0.5.0 - 2025-11-25

Features

  • Allow adding dependencies when creating an issue

Refactoring

  • Split files into smaller ones

Style

  • Adjust the formatting when showing issues
  • Show issue details when creating issues

mint v0.4.1

25 Nov 00:55
3c43746

Choose a tag to compare

0.4.1 - 2025-11-25

Fixes

  • Show an issue as ready when blocking issues are closed

mint v0.4.0

25 Nov 00:36
bab8401

Choose a tag to compare

0.4.0 - 2025-11-25

Features

  • Update 'update' subcommand for removing relationships
  • Add single-letter aliases for subcommands

Documentation

  • Fix more formatting
  • Fix formatting
  • Add some tips and tricks

Testing

  • Add more tests for GetStoreFilePath
  • Add coverage mise task
  • Add more tests for set-prefix

mint v0.3.0

19 Nov 20:49
5364e2d

Choose a tag to compare

0.3.0 - 2025-11-19

Features

  • Add 'delete' subcommand

Style

  • Show the issue title after creating an issue

Documentation

  • Reorganize and adjust some language
  • Tweak some language slightly
  • Fix missing text in the backend section of the readme
  • Add screenshots to the readme
  • Make each example command have its own bash block
  • Reorganize the readme slightly
  • Fix feature references in the readme
  • Add installation instructions