Skip to content

Commit

Permalink
chore(main): release 0.4.0 (#4)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


## [0.4.0](v0.3.0...v0.4.0)
(2023-12-30)


### Features

* **run:** Add additional status colors to further differentiate
conclusions
([932579f](932579f))
* **run:** Add keybinding to show the pr for the run's branch
([f836706](f836706))


### Reverts

* Docs(readme): fix yml code block indenting
([39d262a](39d262a))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Jan 1, 2024
1 parent 39d262a commit 1228326
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion gh-fzf
Original file line number Diff line number Diff line change
Expand Up @@ -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 {{{
# --------------------------------------------------------------------- {|}
Expand Down

0 comments on commit 1228326

Please sign in to comment.