Skip to content

Commit

Permalink
chore(main): release 3.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
NTBBloodbath committed Feb 24, 2025
1 parent c94d89f commit 81dc7df
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/.release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "3.11.1"
".": "3.11.2"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [3.11.2](https://github.com/rest-nvim/rest.nvim/compare/v3.11.1...v3.11.2) (2025-02-24)


### Bug Fixes

* **dotenv:** allow hash inside quoted environment variables (fix [#514](https://github.com/rest-nvim/rest.nvim/issues/514)) ([c94d89f](https://github.com/rest-nvim/rest.nvim/commit/c94d89f1f0627e2446024d3c99b189e9e7591390))
* 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))

## [3.11.1](https://github.com/rest-nvim/rest.nvim/compare/v3.11.0...v3.11.1) (2025-02-14)


Expand Down
2 changes: 1 addition & 1 deletion lua/rest-nvim/api.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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.11.1" -- x-release-please-version
api.VERSION = "3.11.2" -- x-release-please-version

---rest.nvim namespace used for buffer highlights
---@type number
Expand Down

0 comments on commit 81dc7df

Please sign in to comment.