Skip to content

Commit 4297cd0

Browse files
committed
Bump version
1 parent 7e7b687 commit 4297cd0

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -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+
16
# 0.9.1
27

38
- Fix bug where `Buffer#[]` with `0` returned the last line of the buffer

lib/neovim/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Neovim
2-
VERSION = Gem::Version.new("0.9.1")
2+
VERSION = Gem::Version.new("0.10.0")
33
end

0 commit comments

Comments
 (0)