Skip to content

Commit ab7817e

Browse files
committed
chore(main): release 3.11.2
1 parent 646439f commit ab7817e

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

.github/.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "3.11.1"
2+
".": "3.11.2"
33
}

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [3.11.2](https://github.com/rest-nvim/rest.nvim/compare/v3.11.1...v3.11.2) (2025-02-24)
4+
5+
6+
### Bug Fixes
7+
8+
* **dotenv:** allow hash inside quoted environment variables ([#514](https://github.com/rest-nvim/rest.nvim/issues/514)) ([646439f](https://github.com/rest-nvim/rest.nvim/commit/646439f6818af21eaaf493388418f6fb8ef1e976))
9+
* prevent buffer change while parsing ([#535](https://github.com/rest-nvim/rest.nvim/issues/535)) ([98f0bfc](https://github.com/rest-nvim/rest.nvim/commit/98f0bfc0c4d8b0c75df1d9fe30293f2a0e390504))
10+
311
## [3.11.1](https://github.com/rest-nvim/rest.nvim/compare/v3.11.0...v3.11.1) (2025-02-14)
412

513

lua/rest-nvim/api.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ local client = function() return require("rest-nvim.client") end
1818
---rest.nvim API version, equals to the current rest.nvim version. Meant to be used by modules later
1919
---@type string
2020
---@see vim.version
21-
api.VERSION = "3.11.1" -- x-release-please-version
21+
api.VERSION = "3.11.2" -- x-release-please-version
2222

2323
---rest.nvim namespace used for buffer highlights
2424
---@type number

0 commit comments

Comments
 (0)