We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e7b687 commit 4297cd0Copy full SHA for 4297cd0
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+# 0.10.0
2
+
3
+- Add `Neovim.start_remote` helper for remote module support
4
+ (https://github.com/neovim/neovim-ruby/pull/107)
5
6
# 0.9.1
7
8
- Fix bug where `Buffer#[]` with `0` returned the last line of the buffer
lib/neovim/version.rb
@@ -1,3 +1,3 @@
module Neovim
- VERSION = Gem::Version.new("0.9.1")
+ VERSION = Gem::Version.new("0.10.0")
end
0 commit comments