Skip to content

Commit fbc378b

Browse files
committed
Release v0.6.1
Re-release v0.6.0 with a new goreleaser to fix the following issue in the Homebrew formula. ``` Warning: Calling bottle :unneeded is deprecated! There is no replacement. Please report this issue to the abhinav/tap tap (not Homebrew/brew or Homebrew/core): /usr/local/Homebrew/Library/Taps/abhinav/homebrew-tap/tmux-fastcopy.rb:10 ```
1 parent c38d00b commit fbc378b

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ 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.6.1 - 2021-10-28
9+
### Fixed
10+
- Homebrew formula: Conform to new Homebrew requirements.
11+
812
## 0.6.0 - 2021-09-13
913
### Added
1014
- Publish Homebrew formulae for the project.

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.6.0
11+
VERSION=0.6.1
1212

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

0 commit comments

Comments
 (0)