Skip to content

Commit 8bbd995

Browse files
NTBBloodbathboltlessengineer
authored andcommitted
chore(main): release 3.11.0
1 parent fc34f46 commit 8bbd995

File tree

3 files changed

+9
-2
lines changed

3 files changed

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

CHANGELOG.md

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

3+
## [3.11.0](https://github.com/rest-nvim/rest.nvim/compare/v3.10.1...v3.11.0) (2025-02-13)
4+
5+
6+
### Features
7+
8+
* add ability to pass certs ([#519](https://github.com/rest-nvim/rest.nvim/issues/519)) ([fc34f46](https://github.com/rest-nvim/rest.nvim/commit/fc34f46906c454aab5e404a8c6d150a84175293c))
9+
310
## [3.10.1](https://github.com/rest-nvim/rest.nvim/compare/v3.10.0...v3.10.1) (2025-02-09)
411

512

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

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

0 commit comments

Comments
 (0)