Skip to content

Commit 48a4e01

Browse files
committed
Release v0.7.1
1 parent 545c4f0 commit 48a4e01

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ 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+
## 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+
813
## 0.7.0 - 2022-02-10
914
### Changed
1015
- Handle wrapping of long lines by Tmux.

install.sh

Lines changed: 1 addition & 1 deletion
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.7.0
11+
VERSION=0.7.1
1212

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

0 commit comments

Comments
 (0)