Skip to content

Commit 8d5ed04

Browse files
committed
v0.55
1 parent e02ac3d commit 8d5ed04

File tree

5 files changed

+31
-29
lines changed

5 files changed

+31
-29
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## [unreleased]
44

5+
## [0.55] 2025-5-3
6+
57
- Remove the duplicate entries by using the canonicalized file path in `recent_files` provider.
68

79
## [0.54] 2024-5-20

Cargo.lock

Lines changed: 26 additions & 26 deletions
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
@@ -1,6 +1,6 @@
11
[workspace.package]
22
authors = ["Liu-Cheng Xu <xuliuchengxlc@gmail.com>"]
3-
version = "0.1.54"
3+
version = "0.1.55"
44
edition = "2021"
55
homepage = "https://github.com/liuchengxu/vim-clap"
66
repository = "https://github.com/liuchengxu/vim-clap.git"

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.54'
3+
$version = 'v0.55'
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 <xuliuchengxlc@gmail.com>
33
" Website: https://github.com/liuchengxu/vim-clap
4-
" Version: 0.54
4+
" Version: 0.55
55
" License: MIT
66

77
if exists('g:loaded_clap')

0 commit comments

Comments
 (0)