From 3859d3b0e7dbe99f11b0fbecfa154cfc62fcefac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gabriel=20Fr=C3=B3es=20Franco?= Date: Wed, 24 Jun 2026 16:20:41 +0000 Subject: [PATCH] =?UTF-8?q?chore(release):=200.5.0=20=E2=80=94=20first=20p?= =?UTF-8?q?lugin-only=20release?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit First tagged release after extracting the Rust server to nuwiki-rs. The plugin and nuwiki-ls now version independently; 0.5.0 marks the split. Bumps g:nuwiki_version (surfaced by :NuwikiShowVersion). Co-Authored-By: Claude Opus 4.8 --- plugin/nuwiki.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/nuwiki.vim b/plugin/nuwiki.vim index 2545872..fb370fe 100644 --- a/plugin/nuwiki.vim +++ b/plugin/nuwiki.vim @@ -15,7 +15,7 @@ let g:loaded_nuwiki = 1 " Plugin version, surfaced by :VimwikiShowVersion / :NuwikiShowVersion. " Set before the Neovim early-return below so both clients see the global. if !exists('g:nuwiki_version') - let g:nuwiki_version = '0.4.2' + let g:nuwiki_version = '0.5.0' endif " Resolve the plugin root NOW, while this script is being sourced and