From 66fc20fd259401c7bb6ac5189ecb6283c2eb65d2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 6 Jul 2024 20:15:19 +0530 Subject: [PATCH] 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 <29333147+amitds1997@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ lua/remote-nvim/constants.lua | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d0bd20..99914de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/lua/remote-nvim/constants.lua b/lua/remote-nvim/constants.lua index a1411d4..ce1592c 100644 --- a/lua/remote-nvim/constants.lua +++ b/lua/remote-nvim/constants.lua @@ -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", }