Skip to content

Commit

Permalink
chore: release 0.3.6 (#129)
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>
  • Loading branch information
github-actions[bot] authored May 22, 2024
1 parent f63fae1 commit b5208d4
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.3.6](https://github.com/amitds1997/remote-nvim.nvim/compare/v0.3.5...v0.3.6) (2024-05-22)


### Features

* **devcontainer+docker:** Add devcontainer and docker support ([#66](https://github.com/amitds1997/remote-nvim.nvim/issues/66)) ([7e8b322](https://github.com/amitds1997/remote-nvim.nvim/commit/7e8b322fdd14bffd0e7b6032dbdd5e43057668b8))


### Bug Fixes

* **devpod:** check devpod/docker executable is available ([f63fae1](https://github.com/amitds1997/remote-nvim.nvim/commit/f63fae11d905fc20b36427030e2b7dcca55be84e))

## [0.3.5](https://github.com/amitds1997/remote-nvim.nvim/compare/v0.3.4...v0.3.5) (2024-05-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.5", -- x-release-please-version
PLUGIN_VERSION = "0.3.6", -- x-release-please-version
PLUGIN_NAME = "remote-nvim.nvim",
MIN_NEOVIM_VERSION = "v0.9.0",
}

0 comments on commit b5208d4

Please sign in to comment.