Skip to content

Commit a9b5f45

Browse files
committed
Releasing 0.3.0
1 parent 71876ed commit a9b5f45

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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)
16

27
v0.2.2 (30 Oct 2015)
38
========

lib/krpc/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module KRPC
2-
VERSION = "0.2.2"
2+
VERSION = "0.3.0"
33
end

0 commit comments

Comments
 (0)