Skip to content

Commit

Permalink
v0.48
Browse files Browse the repository at this point in the history
  • Loading branch information
liuchengxu committed Nov 18, 2023
1 parent 64423a4 commit f7b7ac4
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
## [unreleased]


## [0.48] 2023-11-18

### Added

The highlight of this release is the integration of tree-sitter highlighting, use `:ClapAction syntax/tree-sitter-highlight` to have a try.

## [0.47] 2023-10-28

## [0.46] 2023-08-29
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.47"
version = "0.1.48"
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.47'
$version = 'v0.48'
$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.47
" Version: 0.48
" License: MIT

if exists('g:loaded_clap')
Expand Down

0 comments on commit f7b7ac4

Please sign in to comment.