File tree 3 files changed +9
-2
lines changed
3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "." : " 3.6.1 "
2
+ "." : " 3.6.2 "
3
3
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 3.6.2] ( https://github.com/rest-nvim/rest.nvim/compare/v3.6.1...v3.6.2 ) (2024-09-12)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * add logs & limits to dotenv module ([ #456 ] ( https://github.com/rest-nvim/rest.nvim/issues/456 ) ) ([ ec8cbb2] ( https://github.com/rest-nvim/rest.nvim/commit/ec8cbb26eea517c0b32f7ac85341d8842e536db9 ) )
9
+
3
10
## [ 3.6.1] ( https://github.com/rest-nvim/rest.nvim/compare/v3.6.0...v3.6.1 ) (2024-09-11)
4
11
5
12
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ local client = function() return require("rest-nvim.client") end
18
18
--- rest.nvim API version, equals to the current rest.nvim version. Meant to be used by modules later
19
19
--- @type string
20
20
--- @see vim.version
21
- api .VERSION = " 3.6.1 " -- x-release-please-version
21
+ api .VERSION = " 3.6.2 " -- x-release-please-version
22
22
23
23
--- rest.nvim namespace used for buffer highlights
24
24
--- @type number
You can’t perform that action at this time.
0 commit comments