Skip to content

Commit 2ded89d

Browse files
committed
chore(main): release 3.12.0
1 parent 54ee52a commit 2ded89d

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-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.2"
2+
".": "3.12.0"
33
}

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [3.12.0](https://github.com/rest-nvim/rest.nvim/compare/v3.11.2...v3.12.0) (2025-03-08)
4+
5+
6+
### Features
7+
8+
* add default = true for highlight groups definition. ([#541](https://github.com/rest-nvim/rest.nvim/issues/541)) ([54ee52a](https://github.com/rest-nvim/rest.nvim/commit/54ee52ab94ff52055259b79d3aef5311913f0c5f))
9+
10+
11+
### Bug Fixes
12+
13+
* Statistics syntax highlight ([#540](https://github.com/rest-nvim/rest.nvim/issues/540)) ([7ca9204](https://github.com/rest-nvim/rest.nvim/commit/7ca92042e0f0fa78bccb929782e542bff827bf74))
14+
315
## [3.11.2](https://github.com/rest-nvim/rest.nvim/compare/v3.11.1...v3.11.2) (2025-02-24)
416

517

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.2" -- x-release-please-version
21+
api.VERSION = "3.12.0" -- x-release-please-version
2222

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

0 commit comments

Comments
 (0)