Skip to content

Commit

Permalink
chore: release 0.3.11 (#151)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Amit Singh <29333147+amitds1997@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and amitds1997 authored Jul 6, 2024
1 parent e07fb4c commit 66fc20f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.3.11](https://github.com/amitds1997/remote-nvim.nvim/compare/v0.3.10...v0.3.11) (2024-07-06)


### Bug Fixes

* **CI:** Fix broken test CI and deprecated actions ([931ed63](https://github.com/amitds1997/remote-nvim.nvim/commit/931ed63fee2f53339b22cb604af6ec4b643f3000))

## [0.3.10](https://github.com/amitds1997/remote-nvim.nvim/compare/v0.3.9...v0.3.10) (2024-06-08)


Expand Down
2 changes: 1 addition & 1 deletion lua/remote-nvim/constants.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
---@alias plenary.logger table Plenary logger instance

return {
PLUGIN_VERSION = "0.3.10", -- x-release-please-version
PLUGIN_VERSION = "0.3.11", -- x-release-please-version
PLUGIN_NAME = "remote-nvim.nvim",
MIN_NEOVIM_VERSION = "v0.9.0",
}

0 comments on commit 66fc20f

Please sign in to comment.