diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index 8298f1f..8064455 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.3.0 # x-release-please-version + placeholder: 0.4.0 # x-release-please-version validations: required: true - type: input diff --git a/CHANGELOG.md b/CHANGELOG.md index bb84956..621fa70 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.4.0](https://github.com/benelan/gh-fzf/compare/v0.3.0...v0.4.0) (2023-12-30) + + +### Features + +* **run:** Add additional status colors to further differentiate conclusions ([932579f](https://github.com/benelan/gh-fzf/commit/932579fe734b4793beb470fe440cba6b0299a993)) +* **run:** Add keybinding to show the pr for the run's branch ([f836706](https://github.com/benelan/gh-fzf/commit/f8367060da9608cb40170fb0964214a554e6eef8)) + + +### Reverts + +* Docs(readme): fix yml code block indenting ([39d262a](https://github.com/benelan/gh-fzf/commit/39d262a57a5b321f2144cbd2dee55853a2464534)) + ## [0.3.0](https://github.com/benelan/gh-fzf/compare/v0.2.0...v0.3.0) (2023-12-28) diff --git a/gh-fzf b/gh-fzf index deec778..be0b7f7 100755 --- a/gh-fzf +++ b/gh-fzf @@ -24,7 +24,7 @@ set -e # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE # SOFTWARE. -GH_FZF_VERSION="0.3.0" # x-release-please-version +GH_FZF_VERSION="0.4.0" # x-release-please-version # Usage info and logs {{{ # --------------------------------------------------------------------- {|}