Skip to content

Commit e4c3ecc

Browse files
committed
0.28.0
1 parent 673c5d8 commit e4c3ecc

File tree

5 files changed

+6
-5
lines changed

5 files changed

+6
-5
lines changed

Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ endif
102102
grep -qF $(VERSION) install.ps1
103103

104104
# Make release note out of CHANGELOG.md
105+
mkdir -p tmp
105106
sed -n '/^$(VERSION_REGEX)$$/,/^[0-9]/p' CHANGELOG.md | tail -r | \
106107
sed '1,/^ *$$/d' | tail -r | sed 1,2d | tee tmp/release-note
107108

install

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
set -u
44

5-
version=0.27.3
5+
version=0.28.0
66
auto_completion=
77
key_bindings=
88
update_config=2

install.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
$version="0.27.3"
1+
$version="0.28.0"
22

33
$fzf_base=Split-Path -Parent $MyInvocation.MyCommand.Definition
44

main.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
package main
22

33
import (
4-
"github.com/junegunn/fzf/src"
4+
fzf "github.com/junegunn/fzf/src"
55
"github.com/junegunn/fzf/src/protector"
66
)
77

8-
var version string = "0.27"
8+
var version string = "0.28"
99
var revision string = "devel"
1010

1111
func main() {

man/man1/fzf-tmux.1

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2121
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2222
THE SOFTWARE.
2323
..
24-
.TH fzf-tmux 1 "Oct 2021" "fzf 0.27.3" "fzf-tmux - open fzf in tmux split pane"
24+
.TH fzf-tmux 1 "Nov 2021" "fzf 0.28.0" "fzf-tmux - open fzf in tmux split pane"
2525

2626
.SH NAME
2727
fzf-tmux - open fzf in tmux split pane

0 commit comments

Comments
 (0)