Skip to content

Commit

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


## [0.3.0](v0.2.0...v0.3.0)
(2023-12-28)


### Features

* **issue, pr, run:** Add newline between keybind hints and column
headers
([4ee118a](4ee118a))
* Manually truncate results columns to improve search matches and
readability
([0f08e40](0f08e40))
* **pr:** Replace the 'gh pr checks' keybinding with 'gh fzf run'
([7ffca65](7ffca65))


### Bug Fixes

* **pr:** Typo in the previous commit to use 'gh fzf run' for viewing
checks
([7f4e869](7f4e869))
* **run:** Display status when the run hasn't concluded
([830e656](830e656))

---
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 Dec 30, 2023
1 parent 7f4e869 commit 12203d8
Show file tree
Hide file tree
Showing 3 changed files with 17 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.2.0 # x-release-please-version
placeholder: 0.3.0 # x-release-please-version
validations:
required: true
- type: input
Expand Down
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [0.3.0](https://github.com/benelan/gh-fzf/compare/v0.2.0...v0.3.0) (2023-12-28)


### Features

* **issue, pr, run:** Add newline between keybind hints and column headers ([4ee118a](https://github.com/benelan/gh-fzf/commit/4ee118a8f91d886cbacc89b669bb6e52d1471dc4))
* Manually truncate results columns to improve search matches and readability ([0f08e40](https://github.com/benelan/gh-fzf/commit/0f08e40a1f9db4c35addac5bddbfb79177c40227))
* **pr:** Replace the 'gh pr checks' keybinding with 'gh fzf run' ([7ffca65](https://github.com/benelan/gh-fzf/commit/7ffca650924a58d3fc64747977f1dc8c7173a867))


### Bug Fixes

* **pr:** Typo in the previous commit to use 'gh fzf run' for viewing checks ([7f4e869](https://github.com/benelan/gh-fzf/commit/7f4e86975f021ae7ef023e8192fe1f9e2a2ee02c))
* **run:** Display status when the run hasn't concluded ([830e656](https://github.com/benelan/gh-fzf/commit/830e6562f9494a5489d5c4c38c99ed409908cf32))

## [0.2.0](https://github.com/benelan/gh-fzf/compare/v0.1.0...v0.2.0) (2023-12-22)


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.2.0" # x-release-please-version
GH_FZF_VERSION="0.3.0" # x-release-please-version

# Usage info and logs {{{
# --------------------------------------------------------------------- {|}
Expand Down

0 comments on commit 12203d8

Please sign in to comment.