Skip to content

Commit e266cca

Browse files
authored
Release v0.14.0 (#172)
1 parent c6d01cd commit e266cca

File tree

5 files changed

+12
-7
lines changed

5 files changed

+12
-7
lines changed

.changes/unreleased/Fixed-20231015-123720.yaml

-3
This file was deleted.

.changes/unreleased/Removed-20230914-210444.yaml

-3
This file was deleted.

.changes/v0.14.0.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
## v0.14.0 - 2023-10-15
2+
### Removed
3+
- Drop Windows builds.
4+
### Fixed
5+
- Fix hang when destroy-unattached is set to on.

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ 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.14.0 - 2023-10-15
9+
### Removed
10+
- Drop Windows builds.
11+
### Fixed
12+
- Fix hang when destroy-unattached is set to on.
13+
814
## v0.13.1 - 2023-09-14
915
### Fixed
1016
- Fix installation script for latest release.

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.13.1
11+
VERSION=0.14.0
1212

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

0 commit comments

Comments
 (0)