Release Nvim 0.11.6 #37564

This commit is contained in:
Justin M. Keyes
2026-01-26 11:50:17 -05:00
committed by GitHub
2 changed files with 2 additions and 1 deletions

View File

@@ -141,7 +141,7 @@ endif()
# version string, else they are combined with the result of `git describe`.
set(NVIM_VERSION_MAJOR 0)
set(NVIM_VERSION_MINOR 11)
set(NVIM_VERSION_PATCH 6)
set(NVIM_VERSION_PATCH 7)
set(NVIM_VERSION_PRERELEASE "-dev") # for package maintainers
# API level

View File

@@ -26,6 +26,7 @@
</screenshots>
<releases>
<release date="2026-01-26" version="0.11.6"/>
<release date="2025-11-02" version="0.11.5"/>
<release date="2025-08-31" version="0.11.4"/>
<release date="2025-07-12" version="0.11.3"/>