From 4cd4c1d9f5b0ee78b00bb28fb07fe46a4df07ce0 Mon Sep 17 00:00:00 2001 From: Liu-Cheng Xu Date: Sat, 28 Oct 2023 08:59:29 +0800 Subject: [PATCH] v0.47 --- CHANGELOG.md | 2 ++ Cargo.lock | 2 +- Cargo.toml | 2 +- install.ps1 | 2 +- plugin/clap.vim | 2 +- 5 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 85c5403b9..6eac5bc2e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,8 @@ ## [unreleased] +## [0.47] 2023-10-28 + ## [0.46] 2023-08-29 ## [0.45] 2023-07-01 diff --git a/Cargo.lock b/Cargo.lock index 201e5b75f..4db45ddc8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1280,7 +1280,7 @@ dependencies = [ [[package]] name = "maple" -version = "0.1.46" +version = "0.1.47" dependencies = [ "built", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 8770e03b0..ea873e0a0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "maple" build = "build.rs" edition = "2021" -version = "0.1.46" +version = "0.1.47" rust-version = "1.70" license = "MIT" publish = false diff --git a/install.ps1 b/install.ps1 index 8948cfdc4..e51705215 100644 --- a/install.ps1 +++ b/install.ps1 @@ -1,6 +1,6 @@ #!/usr/bin/env pwsh -$version = 'v0.46' +$version = 'v0.47' $APP = 'maple' $url = "https://github.com/liuchengxu/vim-clap/releases/download/$version/$APP-" $output = "$PSScriptRoot\bin\$APP.exe" diff --git a/plugin/clap.vim b/plugin/clap.vim index 38694783d..f276b47ba 100644 --- a/plugin/clap.vim +++ b/plugin/clap.vim @@ -1,7 +1,7 @@ " vim-clap - Modern interactive filter and dispatcher " Author: Liu-Cheng Xu " Website: https://github.com/liuchengxu/vim-clap -" Version: 0.46 +" Version: 0.47 " License: MIT if exists('g:loaded_clap')