Skip to content

Commit

Permalink
Release v0.8.0 (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
abhinav committed Apr 2, 2022
1 parent 6822c1b commit db18811
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased
## 0.8.0 - 2022-04-01
### Added
- Expose the name of the matched regex to the action with the
`FASTCOPY_REGEX_NAME` environment variable.
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.7.2
VERSION=0.8.0

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

0 comments on commit db18811

Please sign in to comment.