Skip to content

Commit 1ce3f8f

Browse files
authored
Release v0.4.0 (#34)
1 parent 74d7935 commit 1ce3f8f

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ 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-
## Unreleased
8+
## 0.4.0 - 2021-09-06
9+
Highlight: The minimum required version of Tmux was lowered to 3.0.
10+
911
### Added
1012
- Add back `-log` flag. Use this flag to specify the destination for log
1113
messages.

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.3.1
11+
VERSION=0.4.0
1212

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

0 commit comments

Comments
 (0)