Skip to content

Commit 66fc20f

Browse files
chore: release 0.3.11 (#151)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Amit Singh <[email protected]>
1 parent e07fb4c commit 66fc20f

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

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

3+
## [0.3.11](https://github.com/amitds1997/remote-nvim.nvim/compare/v0.3.10...v0.3.11) (2024-07-06)
4+
5+
6+
### Bug Fixes
7+
8+
* **CI:** Fix broken test CI and deprecated actions ([931ed63](https://github.com/amitds1997/remote-nvim.nvim/commit/931ed63fee2f53339b22cb604af6ec4b643f3000))
9+
310
## [0.3.10](https://github.com/amitds1997/remote-nvim.nvim/compare/v0.3.9...v0.3.10) (2024-06-08)
411

512

lua/remote-nvim/constants.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
---@alias plenary.logger table Plenary logger instance
44

55
return {
6-
PLUGIN_VERSION = "0.3.10", -- x-release-please-version
6+
PLUGIN_VERSION = "0.3.11", -- x-release-please-version
77
PLUGIN_NAME = "remote-nvim.nvim",
88
MIN_NEOVIM_VERSION = "v0.9.0",
99
}

0 commit comments

Comments
 (0)