Skip to content

Commit f934849

Browse files
committed
v0.54
1 parent d587ce7 commit f934849

File tree

5 files changed

+31
-29
lines changed

5 files changed

+31
-29
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## [unreleased]
44

5+
## [0.54] 2024-5-20
6+
57
- Fixes the regression of frozen UI caused by the blocking operations in OnMove implementation. #1081
68
- Fixes the build for Android. #1079
79

Cargo.lock

Lines changed: 26 additions & 26 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[workspace.package]
22
authors = ["Liu-Cheng Xu <[email protected]>"]
3-
version = "0.1.53"
3+
version = "0.1.54"
44
edition = "2021"
55
homepage = "https://github.com/liuchengxu/vim-clap"
66
repository = "https://github.com/liuchengxu/vim-clap.git"

install.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env pwsh
22

3-
$version = 'v0.53'
3+
$version = 'v0.54'
44
$APP = 'maple'
55
$url = "https://github.com/liuchengxu/vim-clap/releases/download/$version/$APP-"
66
$output = "$PSScriptRoot\bin\$APP.exe"

plugin/clap.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
" vim-clap - Modern interactive filter and dispatcher
22
" Author: Liu-Cheng Xu <[email protected]>
33
" Website: https://github.com/liuchengxu/vim-clap
4-
" Version: 0.53
4+
" Version: 0.54
55
" License: MIT
66

77
if exists('g:loaded_clap')

0 commit comments

Comments
 (0)