Skip to content

Commit afd2c55

Browse files
committed
v0.49
1 parent 8a4e3a3 commit afd2c55

File tree

5 files changed

+10
-4
lines changed

5 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
## [unreleased]
44

55

6+
## [0.49] 2023-11-19
7+
8+
- Added `quick_pick` to provider, which is suitable for the providers like `:Clap clap_actions` without a preview.
9+
- Refine the tree-sitter highlighting for Rust.
10+
- Various Fixes
11+
612
## [0.48] 2023-11-18
713

814
### Added

Cargo.lock

Lines changed: 1 addition & 1 deletion
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
@@ -2,7 +2,7 @@
22
name = "maple"
33
build = "build.rs"
44
edition = "2021"
5-
version = "0.1.48"
5+
version = "0.1.49"
66
rust-version = "1.70"
77
license = "MIT"
88
publish = false

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.48'
3+
$version = 'v0.49'
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.48
4+
" Version: 0.49
55
" License: MIT
66

77
if exists('g:loaded_clap')

0 commit comments

Comments
 (0)