There was an error while loading. Please reload this page.
1 parent 60c9aaa commit 174c0d1Copy full SHA for 174c0d1
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Change log
2
3
+## 3.17.0.5
4
+
5
+- Use JSON.generate() instead to improve performance (#115)
6
7
## 3.17.0.4
8
9
- Add #close to Reader and Writer (#112)
lib/language_server/protocol/version.rb
@@ -1,5 +1,5 @@
module LanguageServer
module Protocol
- VERSION = "3.17.0.4"
+ VERSION = "3.17.0.5"
end
0 commit comments