Skip to content

Commit e9a6482

Browse files
chore(main): release 0.6.0 (#7)
🤖 I have created a release *beep* *boop* --- ## [0.6.0](v0.5.0...v0.6.0) (2024-02-12) ### Features * Add repo command ([#9](#9)) ([4ce7fbd](4ce7fbd)) * **run:** Add keymap to download artifacts ([#6](#6)) ([8bc2f1a](8bc2f1a)) ### Bug Fixes * Pass repo flag to preview and keybinding commands ([#8](#8)) ([d97c8cb](d97c8cb)) --- 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>
1 parent 4ce7fbd commit e9a6482

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

.github/ISSUE_TEMPLATE/bug.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ body:
4141
attributes:
4242
label: Reproduction Version
4343
description: The latest version that reproduces the issue (check `gh fzf version`)
44-
placeholder: 0.5.0 # x-release-please-version
44+
placeholder: 0.6.0 # x-release-please-version
4545
validations:
4646
required: true
4747
- type: input

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [0.6.0](https://github.com/benelan/gh-fzf/compare/v0.5.0...v0.6.0) (2024-02-12)
4+
5+
6+
### Features
7+
8+
* Add repo command ([#9](https://github.com/benelan/gh-fzf/issues/9)) ([4ce7fbd](https://github.com/benelan/gh-fzf/commit/4ce7fbdf8cba5d524b3acb91e0e92329b71ac402))
9+
* **run:** Add keymap to download artifacts ([#6](https://github.com/benelan/gh-fzf/issues/6)) ([8bc2f1a](https://github.com/benelan/gh-fzf/commit/8bc2f1a90c1e2860d6fa0dc35b32c0fdb2b4ffd2))
10+
11+
12+
### Bug Fixes
13+
14+
* Pass repo flag to preview and keybinding commands ([#8](https://github.com/benelan/gh-fzf/issues/8)) ([d97c8cb](https://github.com/benelan/gh-fzf/commit/d97c8cbcdac5d2559e80c6a313238b5103e87937))
15+
316
## [0.5.0](https://github.com/benelan/gh-fzf/compare/v0.4.0...v0.5.0) (2024-02-05)
417

518

gh-fzf

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ set -e
2424
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2525
# SOFTWARE.
2626

27-
GH_FZF_VERSION="0.5.0" # x-release-please-version
27+
GH_FZF_VERSION="0.6.0" # x-release-please-version
2828

2929
# Usage info and logs {{{
3030
# --------------------------------------------------------------------- {|}

0 commit comments

Comments
 (0)