diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index d41136a..5020f68 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -41,7 +41,7 @@ body: attributes: label: Reproduction Version description: The latest version that reproduces the issue (check `gh fzf version`) - placeholder: 0.0.0 # x-release-please-version + placeholder: 0.1.0 # x-release-please-version validations: required: true - type: input diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..6cbeb8b --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,14 @@ +# Changelog + +## 0.1.0 (2023-11-28) + + +### Features + +* Add 'run', 'issue', and 'pr' commands ([9e254a0](https://github.com/benelan/gh-fzf/commit/9e254a05e3f230c1ab0a9474a6a186d1a13f92ba)) +* Add config option for setting the default limit ([71e9722](https://github.com/benelan/gh-fzf/commit/71e97227a62f3255d693c7cfc2366ea068a59a8e)) +* Add config option to hide the header by default ([ed6b3d2](https://github.com/benelan/gh-fzf/commit/ed6b3d2265b7561bcdac97a60be26c9471939ac5)) +* Add keybinding for copying the url to clipboard ([44bf38c](https://github.com/benelan/gh-fzf/commit/44bf38ca487c535c5f13568c9ada415d25c4588e)) +* Add version and help commands ([c20abc8](https://github.com/benelan/gh-fzf/commit/c20abc8933c9dccbbdb9685ce76ae817c68319d1)) +* Display command picker when one is not provided ([ea326e1](https://github.com/benelan/gh-fzf/commit/ea326e1ba242d3affb513dd2320f0469ea5654b7)) +* **issue, pr:** Add filter keybindings for state=all and current branch ([0c2c377](https://github.com/benelan/gh-fzf/commit/0c2c3773432bf2f5093ff78badd1ee1dccffd769)) diff --git a/gh-fzf b/gh-fzf index 4e5d44e..2f908c8 100755 --- a/gh-fzf +++ b/gh-fzf @@ -23,7 +23,7 @@ set -e # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE # SOFTWARE. -GH_FZF_VERSION="0.0.0" # x-release-please-version +GH_FZF_VERSION="0.1.0" # x-release-please-version # Usage info and logs {{{ # --------------------------------------------------------------------- {|}