Skip to content

Commit 4729132

Browse files
committed
chore(main): release 3.2.1
1 parent 9eb0e5f commit 4729132

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "3.2.0"
2+
".": "3.2.1"
33
}

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## [3.2.1](https://github.com/rest-nvim/rest.nvim/compare/v3.2.0...v3.2.1) (2024-08-30)
4+
5+
6+
### Bug Fixes
7+
8+
* **statistics:** allow all curl statistics, ordering, highlight ([344fdff](https://github.com/rest-nvim/rest.nvim/commit/344fdffb11493edbcf6f9932fd98d8ca4df79928))
9+
* **statistics:** change statistics option to list ([6fc08c9](https://github.com/rest-nvim/rest.nvim/commit/6fc08c9020028ad6a53af48833a428a3d9109489))
10+
* **statistics:** fix skip curl.statistics key ([1eb44cd](https://github.com/rest-nvim/rest.nvim/commit/1eb44cd33b8e51424f001f4050aeec86a1b2ccd2))
11+
312
## [3.2.0](https://github.com/rest-nvim/rest.nvim/compare/v3.1.0...v3.2.0) (2024-08-26)
413

514

lua/rest-nvim/api.lua

Lines changed: 1 addition & 1 deletion
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.1.0" -- x-release-please-version
21+
api.VERSION = "3.2.1" -- x-release-please-version
2222

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

0 commit comments

Comments
 (0)