Skip to content

Commit

Permalink
v0.50
Browse files Browse the repository at this point in the history
  • Loading branch information
liuchengxu committed Jan 2, 2024
1 parent b223eb2 commit dc7ee53
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
## [unreleased]


## [0.50] 2024-01-02

## [0.49] 2023-11-19

- Added `quick_pick` to provider, which is suitable for the providers like `:Clap clap_actions` without a preview.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "maple"
build = "build.rs"
edition = "2021"
version = "0.1.49"
version = "0.1.50"
rust-version = "1.70"
license = "MIT"
publish = false
Expand Down
2 changes: 1 addition & 1 deletion install.ps1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env pwsh

$version = 'v0.49'
$version = 'v0.50'
$APP = 'maple'
$url = "https://github.com/liuchengxu/vim-clap/releases/download/$version/$APP-"
$output = "$PSScriptRoot\bin\$APP.exe"
Expand Down
2 changes: 1 addition & 1 deletion plugin/clap.vim
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
" vim-clap - Modern interactive filter and dispatcher
" Author: Liu-Cheng Xu <xuliuchengxlc@gmail.com>
" Website: https://github.com/liuchengxu/vim-clap
" Version: 0.49
" Version: 0.50
" License: MIT

if exists('g:loaded_clap')
Expand Down

0 comments on commit dc7ee53

Please sign in to comment.