Skip to content

Commit ae6eb09

Browse files
committed
Bump to 0.9.0.pre.1, update changelog
1 parent a0950b8 commit ae6eb09

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
17
# 0.8.1
28

39
- Set client info on host and client startup

lib/neovim/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Neovim
2-
VERSION = Gem::Version.new("0.8.1")
2+
VERSION = Gem::Version.new("0.9.0.pre.1")
33
end

0 commit comments

Comments
 (0)