Skip to content

Commit c2d5870

Browse files
committed
Bump version to 0.9.1
1 parent c62a5a4 commit c2d5870

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 0.9.1
2+
3+
- Fix bug where `Buffer#[]` with `0` returned the last line of the buffer
4+
(https://github.com/neovim/neovim-ruby/issues/97)
5+
16
# 0.9.0
27

38
- Add RPC support for `:rubyeval`.

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.9.0")
2+
VERSION = Gem::Version.new("0.9.1")
33
end

0 commit comments

Comments
 (0)