File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,11 @@ 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
+ ## 0.7.1 - 2022-02-18
9
+ ### Added
10
+ - Publish a Linux ARM 32-bit binary with each release.
11
+ - Publish a ` tmux-fastcopy-bin ` package to AUR.
12
+
8
13
## 0.7.0 - 2022-02-10
9
14
### Changed
10
15
- Handle wrapping of long lines by Tmux.
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.7.0
11
+ VERSION=0.7.1
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