We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0983c87 commit 529cbfcCopy full SHA for 529cbfc
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Change log
2
3
+## 3.17.0.4
4
+
5
+- Add #close to Reader and Writer (#112)
6
7
## 3.17.0.3
8
9
- Update language-server-protocol digest (#59)
lib/language_server/protocol/version.rb
@@ -1,5 +1,5 @@
module LanguageServer
module Protocol
- VERSION = "3.17.0.3"
+ VERSION = "3.17.0.4"
end
0 commit comments