Skip to content

Commit 474f283

Browse files
committed
chore(main): release 3.4.0
1 parent f3552df commit 474f283

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

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

CHANGELOG.md

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

3+
## [3.4.0](https://github.com/rest-nvim/rest.nvim/compare/v3.3.4...v3.4.0) (2024-09-03)
4+
5+
6+
### Features
7+
8+
* **curl:** add opt-in option to add `--compressed` ([96a3a15](https://github.com/rest-nvim/rest.nvim/commit/96a3a153e8cffe69b7ac7d4923809749e9ba7079))
9+
* use curl --compressed argument if Accept-Encoding includes gzip ([6822112](https://github.com/rest-nvim/rest.nvim/commit/6822112d719b0f28168efc89bfe7da094101eff9))
10+
311
## [3.3.4](https://github.com/rest-nvim/rest.nvim/compare/v3.3.3...v3.3.4) (2024-09-03)
412

513

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

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

0 commit comments

Comments
 (0)