File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 11{
2- "." : " 3.10.0 "
2+ "." : " 3.10.1 "
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 3.10.1] ( https://github.com/rest-nvim/rest.nvim/compare/v3.10.0...v3.10.1 ) (2025-02-09)
4+
5+
6+ ### Bug Fixes
7+
8+ * ** curl/cli:** parse redirected response as list ([ d5228fe] ( https://github.com/rest-nvim/rest.nvim/commit/d5228fe86b726cc12e555651e7098c58a6efb914 ) )
9+ * ** treesitter:** manually start http parser (fix [ #508 ] ( https://github.com/rest-nvim/rest.nvim/issues/508 ) ) ([ 4449bca] ( https://github.com/rest-nvim/rest.nvim/commit/4449bcaa86ac5b1e7019e92d8eb6320ca1ae3e47 ) )
10+
311## [ 3.10.0] ( https://github.com/rest-nvim/rest.nvim/compare/v3.9.1...v3.10.0 ) (2025-02-09)
412
513
Original file line number Diff line number Diff 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.10.0 " -- x-release-please-version
21+ api .VERSION = " 3.10.1 " -- x-release-please-version
2222
2323--- rest.nvim namespace used for buffer highlights
2424--- @type number
You can’t perform that action at this time.
0 commit comments