diff options
-rw-r--r-- | CMakeLists.txt | 4 | ||||
-rw-r--r-- | runtime/doc/lua.txt | 5 | ||||
-rw-r--r-- | runtime/nvim.appdata.xml | 5 | ||||
-rw-r--r-- | test/functional/fixtures/api_level_13.mpack | bin | 0 -> 31787 bytes |
4 files changed, 10 insertions, 4 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 7cdc4a802d..1a35dc54bd 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -142,12 +142,12 @@ endif() set(NVIM_VERSION_MAJOR 0) set(NVIM_VERSION_MINOR 11) set(NVIM_VERSION_PATCH 0) -set(NVIM_VERSION_PRERELEASE "-dev") # for package maintainers +set(NVIM_VERSION_PRERELEASE "") # for package maintainers # API level set(NVIM_API_LEVEL 13) # Bump this after any API/stdlib change. set(NVIM_API_LEVEL_COMPAT 0) # Adjust this after a _breaking_ API change. -set(NVIM_API_PRERELEASE true) +set(NVIM_API_PRERELEASE false) # We _want_ assertions in RelWithDebInfo build-type. if(CMAKE_C_FLAGS_RELWITHDEBINFO MATCHES DNDEBUG) diff --git a/runtime/doc/lua.txt b/runtime/doc/lua.txt index feaf78f314..ceb8184eef 100644 --- a/runtime/doc/lua.txt +++ b/runtime/doc/lua.txt @@ -3169,10 +3169,11 @@ vim.fs.relpath({base}, {target}, {opts}) *vim.fs.relpath()* (`string?`) vim.fs.rm({path}, {opts}) *vim.fs.rm()* - WARNING: This feature is experimental/unstable. - Remove files or directories + Attributes: ~ + Since: 0.11.0 + Parameters: ~ • {path} (`string`) Path to remove • {opts} (`table?`) A table with the following fields: diff --git a/runtime/nvim.appdata.xml b/runtime/nvim.appdata.xml index 517b8b20fe..cacc8a7a3a 100644 --- a/runtime/nvim.appdata.xml +++ b/runtime/nvim.appdata.xml @@ -26,6 +26,11 @@ </screenshots> <releases> + <release date="2025-03-26" version="0.11.0"/> + <release date="2025-01-29" version="0.10.4"/> + <release date="2024-12-21" version="0.10.3"/> + <release date="2024-10-03" version="0.10.2"/> + <release date="2024-07-24" version="0.10.1"/> <release date="2024-05-16" version="0.10.0"/> <release date="2023-12-30" version="0.9.5"/> <release date="2023-10-09" version="0.9.4"/> diff --git a/test/functional/fixtures/api_level_13.mpack b/test/functional/fixtures/api_level_13.mpack Binary files differnew file mode 100644 index 0000000000..adc8a8bd8d --- /dev/null +++ b/test/functional/fixtures/api_level_13.mpack |