Skip to content

Commit 4cd4c1d

Browse files
committed
v0.47
1 parent e3ec2e2 commit 4cd4c1d

File tree

5 files changed

+6
-4
lines changed

5 files changed

+6
-4
lines changed

CHANGELOG.md

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

55

6+
## [0.47] 2023-10-28
7+
68
## [0.46] 2023-08-29
79

810
## [0.45] 2023-07-01

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.46"
5+
version = "0.1.47"
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.46'
3+
$version = 'v0.47'
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.46
4+
" Version: 0.47
55
" License: MIT
66

77
if exists('g:loaded_clap')

0 commit comments

Comments
 (0)