Skip to content

Commit 7fe3563

Browse files
committed
fix: Release v0.13.1
Release 0.13.1 with the correct version in the installation script.
1 parent 8a04911 commit 7fe3563

File tree

4 files changed

+12
-1
lines changed

4 files changed

+12
-1
lines changed

.changes/v0.13.1.md

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
## v0.13.1 - 2023-09-14
2+
### Fixed
3+
- Fix installation script for latest release.

.changie.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,7 @@ newlines:
2424
beforeChangelogVersion: 1
2525
endOfVersion: 1
2626
envPrefix: CHANGIE_
27+
replacements:
28+
- path: install.sh
29+
find: 'VERSION=.*'
30+
replace: 'VERSION={{.VersionNoPrefix}}'

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html),
66
and is generated by [Changie](https://github.com/miniscruff/changie).
77

8+
## v0.13.1 - 2023-09-14
9+
### Fixed
10+
- Fix installation script for latest release.
11+
812
## v0.13.0 - 2023-09-14
913
### Added
1014
- Add support for multiple selections. Press `Tab` after invoking tmux-fastcopy to enter multi-select mode.

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.12.0
11+
VERSION=0.13.1
1212

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

0 commit comments

Comments
 (0)