Skip to content

Commit 376c4b9

Browse files
committed
Bump to 0.7.1 and update changelog
1 parent 9b3e8ad commit 376c4b9

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.7.1
2+
3+
- Fix `uninitialized constant Neovim::RubyProvider::StringIO`
4+
- Various backwards-compatible style changes to satisfy Rubocop rules
5+
16
# 0.7.0
27

38
- Drop support for Ruby < 2.2.0, update syntax accordingly

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

0 commit comments

Comments
 (0)