File tree Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "." : " 3.9.1 "
2
+ "." : " 3.10.0 "
3
3
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 3.10.0] ( https://github.com/rest-nvim/rest.nvim/compare/v3.9.1...v3.10.0 ) (2025-02-09)
4
+
5
+
6
+ ### Features
7
+
8
+ * add ` rest.Opts.Env.find ` option. (fixes [ #518 ] ( https://github.com/rest-nvim/rest.nvim/issues/518 ) ) ([ 5c1fc0f] ( https://github.com/rest-nvim/rest.nvim/commit/5c1fc0f87e622a5a17258bac8dd05fcac31745c2 ) )
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * correct uri scheme parsing ([ 62606c3] ( https://github.com/rest-nvim/rest.nvim/commit/62606c3599bd304227457d6e20580965939b191e ) )
14
+
3
15
## [ 3.9.1] ( https://github.com/rest-nvim/rest.nvim/compare/v3.9.0...v3.9.1 ) (2024-12-28)
4
16
5
17
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.9.1 " -- x-release-please-version
21
+ api .VERSION = " 3.10.0 " -- 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