We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0950b8 commit ae6eb09Copy full SHA for ae6eb09
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+# 0.9.0
2
+
3
+- Add RPC support for `:rubyeval`.
4
+- Add `Neovim::Session#next`.
5
+- Rename `Neovim::Session::Exited` -> `Neovim::Session::Disconnected`.
6
7
# 0.8.1
8
9
- Set client info on host and client startup
lib/neovim/version.rb
@@ -1,3 +1,3 @@
module Neovim
- VERSION = Gem::Version.new("0.8.1")
+ VERSION = Gem::Version.new("0.9.0.pre.1")
end
0 commit comments