diff --git a/.github/.release-please-manifest.json b/.github/.release-please-manifest.json index 155f1bd..a5b625e 100644 --- a/.github/.release-please-manifest.json +++ b/.github/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "3.5.0" + ".": "3.5.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a0b6eb..2875cb5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.5.1](https://github.com/rest-nvim/rest.nvim/compare/v3.5.0...v3.5.1) (2024-09-05) + + +### Bug Fixes + +* scope and buf number in setting options ([252d56a](https://github.com/rest-nvim/rest.nvim/commit/252d56a7334838e2406ebd58f780e3d9becfbf73)) + ## [3.5.0](https://github.com/rest-nvim/rest.nvim/compare/v3.4.0...v3.5.0) (2024-09-04) diff --git a/lua/rest-nvim/api.lua b/lua/rest-nvim/api.lua index 42f3e64..2b61002 100644 --- a/lua/rest-nvim/api.lua +++ b/lua/rest-nvim/api.lua @@ -18,7 +18,7 @@ local client = function() return require("rest-nvim.client") end ---rest.nvim API version, equals to the current rest.nvim version. Meant to be used by modules later ---@type string ---@see vim.version -api.VERSION = "3.5.0" -- x-release-please-version +api.VERSION = "3.5.1" -- x-release-please-version ---rest.nvim namespace used for buffer highlights ---@type number