From edf23cefbe257e5cc56074921fafe757ec70df38 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 04:19:46 +0000 Subject: [PATCH] chore(main): release 0.0.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 26 ++++++++++++++++++++++++++ 2 files changed, 27 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e18ee07..b985ff6 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.0" + ".": "0.0.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..760f222 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,26 @@ +# Changelog + +## [0.0.1](https://github.com/jamesjohnsdev/issues/compare/v0.0.0...v0.0.1) (2026-06-18) + + +### Features + +* add man page generation via cobra/doc ([ffee98e](https://github.com/jamesjohnsdev/issues/commit/ffee98ef54a4c4523ac6541f9dc693b37be2d782)) +* added command ([2d6a124](https://github.com/jamesjohnsdev/issues/commit/2d6a124738a6a9f71f68e5e0d5722fe78f60ea89)) +* added `complete` command ([e2fc6a9](https://github.com/jamesjohnsdev/issues/commit/e2fc6a9f9e91f8adce38a7b951249b3550346246)) +* **create:** add stepwise interactive prompts when no args given ([3f9a4d4](https://github.com/jamesjohnsdev/issues/commit/3f9a4d480d6436f1539e77f7ffd046339d27c32a)) +* delete command ([5a9b7a1](https://github.com/jamesjohnsdev/issues/commit/5a9b7a1f522c1431194ba9f8857e90cdc58ee113)) +* enabled creation direct passthrough to editor ([c898d63](https://github.com/jamesjohnsdev/issues/commit/c898d63efffb8d91c805147ce1773f079e588f65)) +* implement issues CLI with local/GitHub sync ([6b17f50](https://github.com/jamesjohnsdev/issues/commit/6b17f5025cd57b2c41e073bef135f8da5003c373)) +* improved decoration on outputs ([8937aaf](https://github.com/jamesjohnsdev/issues/commit/8937aaf49045890fc72ecd7b71908b21089e7de3)) +* improved display for issue list ([f9c8831](https://github.com/jamesjohnsdev/issues/commit/f9c883119704f3e9b8e710ca7b0ebe473b9757d4)) +* list command defaults to show open issues only ([a4d3a3c](https://github.com/jamesjohnsdev/issues/commit/a4d3a3c3492bc1acffde5e1eefece14205d3a327)) + + +### Bug Fixes + +* correct parsing of local issue numbers ([6d3a9a1](https://github.com/jamesjohnsdev/issues/commit/6d3a9a121161388e5bf7fa2c2ffaed5f46a6b688)) +* **create:** three editor mode correctness bugs ([c40a51c](https://github.com/jamesjohnsdev/issues/commit/c40a51c011ef7f3f5d194343b08a7f9c413295f9)) +* **root:** rename root command name to "issues" ([4c9c2b8](https://github.com/jamesjohnsdev/issues/commit/4c9c2b85ff40e3474696511be8c39c9888bddd1d)) +* **util:** reject partial numeric ids such as "123abc" ([a3f7cf7](https://github.com/jamesjohnsdev/issues/commit/a3f7cf7960a1247346f4a6d40db84b2e8c351ee8)) +* **view:** split editor string to support flags ([97ff072](https://github.com/jamesjohnsdev/issues/commit/97ff072c9f8faf51753ef36c9f638f3126ad0f55))