Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgenco committed Jun 10, 2024
1 parent 7e7b687 commit 4297cd0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 0.10.0

- Add `Neovim.start_remote` helper for remote module support
(https://github.com/neovim/neovim-ruby/pull/107)

# 0.9.1

- Fix bug where `Buffer#[]` with `0` returned the last line of the buffer
Expand Down
2 changes: 1 addition & 1 deletion lib/neovim/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Neovim
VERSION = Gem::Version.new("0.9.1")
VERSION = Gem::Version.new("0.10.0")
end

0 comments on commit 4297cd0

Please sign in to comment.