We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71876ed commit a9b5f45Copy full SHA for a9b5f45
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+v0.3.0 (15 Feb 2016)
2
+========
3
++ **Updated to work with kRPC server version 0.2.x** (#6):
4
+ + Using *google-protobuf* gem instead of *ruby_protobuf*, for protocol buffers version 3
5
++ Turned development dependency on *hanna-nouveau* into runtime dependency (Fix #5)
6
7
v0.2.2 (30 Oct 2015)
8
========
lib/krpc/version.rb
@@ -1,3 +1,3 @@
module KRPC
- VERSION = "0.2.2"
+ VERSION = "0.3.0"
end
0 commit comments