File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 15
15
- name : Setup Go
16
16
uses : actions/setup-go@v1
17
17
with :
18
- go-version : 1.17 .x
18
+ go-version : 1.18 .x
19
19
20
20
- name : Checkout
21
21
uses : actions/checkout@v2
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
- ## Unreleased
8
+ ## 0.9.0 - 2022-05-29
9
9
### Added
10
10
- Add ` @fastcopy-shift-action ` to specify an alternative action to be run when
11
11
a label is selected with the Shift key pressed.
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ IFS=$'\n\t'
8
8
9
9
IMPORTPATH=github.com/abhinav/tmux-fastcopy
10
10
NAME=tmux-fastcopy
11
- VERSION=0.8 .0
11
+ VERSION=0.9 .0
12
12
13
13
while getopts ' c:' opt; do
14
14
case " $opt " in
You can’t perform that action at this time.
0 commit comments