We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77e7c8b commit ed42974Copy full SHA for ed42974
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+v0.3.1 (18 Jun 2016)
2
+========
3
++ Fixed receiving of chunked responses
4
++ Updated protocol buffers schema
5
+
6
v0.3.0 (15 Feb 2016)
7
========
8
+ **Updated to work with kRPC server version 0.2.x** (#6):
lib/krpc/version.rb
@@ -1,3 +1,3 @@
module KRPC
- VERSION = "0.3.0"
+ VERSION = "0.3.1"
end
0 commit comments