Skip to content

Commit

Permalink
Release v0.12.0 (#157)
Browse files Browse the repository at this point in the history
  • Loading branch information
abhinav committed Jun 18, 2023
1 parent 5151587 commit 39fdae1
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 7 deletions.
6 changes: 0 additions & 6 deletions .changes/unreleased/Added-20230618-145035.yaml

This file was deleted.

5 changes: 5 additions & 0 deletions .changes/v0.12.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
## v0.12.0 - 2023-06-18
### Added
- Actions are now run with `FASTCOPY_TARGET_PANE_ID` set to the ID of the pane
where fastcopy was invoked.
Use this to run operations against the pane from within the action.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ 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.12.0 - 2023-06-18
### Added
- Actions are now run with `FASTCOPY_TARGET_PANE_ID` set to the ID of the pane
where fastcopy was invoked.
Use this to run operations against the pane from within the action.

## v0.11.1 - 2023-06-11
### Fixed
- Fix release archive names for AUR, Homebrew, etc.
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.11.1
VERSION=0.12.0

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

0 comments on commit 39fdae1

Please sign in to comment.