Skip to content

Commit

Permalink
chore(main): release 3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
NTBBloodbath committed Sep 3, 2024
1 parent f3552df commit 474f283
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/.release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "3.3.4"
".": "3.4.0"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [3.4.0](https://github.com/rest-nvim/rest.nvim/compare/v3.3.4...v3.4.0) (2024-09-03)


### Features

* **curl:** add opt-in option to add `--compressed` ([96a3a15](https://github.com/rest-nvim/rest.nvim/commit/96a3a153e8cffe69b7ac7d4923809749e9ba7079))
* use curl --compressed argument if Accept-Encoding includes gzip ([6822112](https://github.com/rest-nvim/rest.nvim/commit/6822112d719b0f28168efc89bfe7da094101eff9))

## [3.3.4](https://github.com/rest-nvim/rest.nvim/compare/v3.3.3...v3.3.4) (2024-09-03)


Expand Down
2 changes: 1 addition & 1 deletion lua/rest-nvim/api.lua
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ local client = function() return require("rest-nvim.client") end
---rest.nvim API version, equals to the current rest.nvim version. Meant to be used by modules later
---@type string
---@see vim.version
api.VERSION = "3.3.4" -- x-release-please-version
api.VERSION = "3.4.0" -- x-release-please-version

---rest.nvim namespace used for buffer highlights
---@type number
Expand Down

0 comments on commit 474f283

Please sign in to comment.