Merge #19102 Release 0.7.1

This commit is contained in:
Justin M. Keyes
2022-06-26 15:57:25 +02:00
committed by GitHub
2 changed files with 2 additions and 1 deletions

View File

@ -135,7 +135,7 @@ set_property(CACHE CMAKE_BUILD_TYPE PROPERTY
# version string, else they are combined with the result of `git describe`.
set(NVIM_VERSION_MAJOR 0)
set(NVIM_VERSION_MINOR 7)
set(NVIM_VERSION_PATCH 1)
set(NVIM_VERSION_PATCH 2)
set(NVIM_VERSION_PRERELEASE "-dev") # for package maintainers
# API level

View File

@ -26,6 +26,7 @@
</screenshots>
<releases>
<release date="2022-06-26" version="0.7.1"/>
<release date="2022-04-15" version="0.7.0"/>
<release date="2021-12-31" version="0.6.1"/>
<release date="2021-11-30" version="0.6.0"/>