Skip to content

Commit cb72444

Browse files
committed
chore(main): release 3.8.0
1 parent 92dd7e6 commit cb72444

File tree

3 files changed

+15
-2
lines changed

3 files changed

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

CHANGELOG.md

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

3+
## [3.8.0](https://github.com/rest-nvim/rest.nvim/compare/v3.7.0...v3.8.0) (2024-09-20)
4+
5+
6+
### Features
7+
8+
* allow custom dynamic variables without `$` prefix ([359d089](https://github.com/rest-nvim/rest.nvim/commit/359d089e822c553312d634d1572b2225b800e4a8))
9+
* expand variables inside external body (fix [#455](https://github.com/rest-nvim/rest.nvim/issues/455)) ([97cc922](https://github.com/rest-nvim/rest.nvim/commit/97cc9224993387510e7b4a9cfff2b6b9bfb54bd6))
10+
11+
12+
### Bug Fixes
13+
14+
* remove unrecognized option check (close [#461](https://github.com/rest-nvim/rest.nvim/issues/461)) ([6a7c193](https://github.com/rest-nvim/rest.nvim/commit/6a7c193c2b5f030d085544e58b36f2e7413e1728))
15+
316
## [3.7.0](https://github.com/rest-nvim/rest.nvim/compare/v3.6.2...v3.7.0) (2024-09-14)
417

518

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

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

0 commit comments

Comments
 (0)