Skip to content

Commit f59ac08

Browse files
authored
Release v0.9.0 (#73)
1 parent 26a5c47 commit f59ac08

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Setup Go
1616
uses: actions/setup-go@v1
1717
with:
18-
go-version: 1.17.x
18+
go-version: 1.18.x
1919

2020
- name: Checkout
2121
uses: actions/checkout@v2

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## Unreleased
8+
## 0.9.0 - 2022-05-29
99
### Added
1010
- Add `@fastcopy-shift-action` to specify an alternative action to be run when
1111
a label is selected with the Shift key pressed.

install.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ IFS=$'\n\t'
88

99
IMPORTPATH=github.com/abhinav/tmux-fastcopy
1010
NAME=tmux-fastcopy
11-
VERSION=0.8.0
11+
VERSION=0.9.0
1212

1313
while getopts 'c:' opt; do
1414
case "$opt" in

0 commit comments

Comments
 (0)