Skip to content

Commit 4011848

Browse files
committed
Release v0.11.0 (#152)
1 parent f6d92b3 commit 4011848

File tree

6 files changed

+11
-8
lines changed

6 files changed

+11
-8
lines changed

.changes/unreleased/Changed-20230422-135850.yaml

-3
This file was deleted.

.changes/unreleased/Changed-20230611-122531.yaml

-4
This file was deleted.

.changes/v0.11.0.md

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
## v0.11.0 - 2023-06-11
2+
### Changed
3+
- Relicense under GPL-2.0.
4+
- Run `fastcopy-action` and `fastcopy-shift-action` inside the pane's current directory, if available.

.goreleaser.yml

+1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ archives:
3434
{{- if eq .Arch "amd64" }}x86_64
3535
{{- else if eq .Arch "386" }}i386
3636
{{- else }}{{ .Arch }}{{ end }}
37+
{{ with .Arm }}v{{ . }}{{ end }}
3738
3839
aurs:
3940
- name: tmux-fastcopy-bin

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html),
66
and is generated by [Changie](https://github.com/miniscruff/changie).
77

8+
## v0.11.0 - 2023-06-11
9+
### Changed
10+
- Relicense under GPL-2.0.
11+
- Run `fastcopy-action` and `fastcopy-shift-action` inside the pane's current directory, if available.
12+
813
## v0.10.0 - 2023-03-25
914
### Changed
1015
- Use event-based rendering instead of fixed rate rendering.

install.sh

+1-1
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.10.0
11+
VERSION=0.11.0
1212

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

0 commit comments

Comments
 (0)