We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b3e8ad commit 376c4b9Copy full SHA for 376c4b9
CHANGELOG.md
@@ -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
6
# 0.7.0
7
8
- Drop support for Ruby < 2.2.0, update syntax accordingly
lib/neovim/version.rb
@@ -1,3 +1,3 @@
module Neovim
- VERSION = Gem::Version.new("0.7.0")
+ VERSION = Gem::Version.new("0.7.1")
end
0 commit comments