Skip to content

Commit 233c9b7

Browse files
chore: release 0.3.12
1 parent 4c5e8e3 commit 233c9b7

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.12](https://github.com/amitds1997/remote-nvim.nvim/compare/v0.3.11...v0.3.12) (2025-07-26)
4+
5+
6+
### Bug Fixes
7+
8+
* **scripts:** Explicitly specify bash command to run scripts ([#156](https://github.com/amitds1997/remote-nvim.nvim/issues/156)) ([f837763](https://github.com/amitds1997/remote-nvim.nvim/commit/f83776310adc130e5084d1b7672f402dba4cc70e))
9+
310
## [0.3.11](https://github.com/amitds1997/remote-nvim.nvim/compare/v0.3.10...v0.3.11) (2024-07-06)
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.11", -- x-release-please-version
6+
PLUGIN_VERSION = "0.3.12", -- x-release-please-version
77
PLUGIN_NAME = "remote-nvim.nvim",
88
MIN_NEOVIM_VERSION = "v0.9.0",
99
}

0 commit comments

Comments
 (0)