Skip to content

Commit

Permalink
Release v0.14.1
Browse files Browse the repository at this point in the history
Release a new version with the following fixes:

- #177
  • Loading branch information
abhinav committed Dec 3, 2023
1 parent 3f789aa commit 3c82e02
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
3 changes: 0 additions & 3 deletions .changes/unreleased/Fixed-20231203-103746.yaml

This file was deleted.

3 changes: 3 additions & 0 deletions .changes/v0.14.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
## v0.14.1 - 2023-12-03
### Fixed
- Properly unescape escapes in regex strings when decoding tmux options.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html),
and is generated by [Changie](https://github.com/miniscruff/changie).

## v0.14.1 - 2023-12-03
### Fixed
- Properly unescape escapes in regex strings when decoding tmux options.

## v0.14.0 - 2023-10-15
### Removed
- Drop Windows builds.
Expand Down
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ IFS=$'\n\t'

IMPORTPATH=github.com/abhinav/tmux-fastcopy
NAME=tmux-fastcopy
VERSION=0.14.0
VERSION=0.14.1

while getopts 'c:' opt; do
case "$opt" in
Expand Down

0 comments on commit 3c82e02

Please sign in to comment.