File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,9 @@ 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.4.0 - 2021-09-06
9
+ Highlight: The minimum required version of Tmux was lowered to 3.0.
10
+
9
11
### Added
10
12
- Add back ` -log ` flag. Use this flag to specify the destination for log
11
13
messages.
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.3.1
11
+ VERSION=0.4.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