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 11{
2- "." : " 3.2.1 "
2+ "." : " 3.3.0 "
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 3.3.0] ( https://github.com/rest-nvim/rest.nvim/compare/v3.2.1...v3.3.0 ) (2024-09-01)
4+
5+
6+ ### Features
7+
8+ * prompt variables (close [ #238 ] ( https://github.com/rest-nvim/rest.nvim/issues/238 ) ) ([ 0438864] ( https://github.com/rest-nvim/rest.nvim/commit/043886421e97dc9c74539c371164849c6c5af902 ) )
9+
10+
11+ ### Bug Fixes
12+
13+ * handle input cancel ([ 5ce671e] ( https://github.com/rest-nvim/rest.nvim/commit/5ce671e06b349c55e22a6841a33cf20347413ea5 ) )
14+
315## [ 3.2.1] ( https://github.com/rest-nvim/rest.nvim/compare/v3.2.0...v3.2.1 ) (2024-08-30)
416
517
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.2.1 " -- x-release-please-version
21+ api .VERSION = " 3.3.0 " -- 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