Skip to content

Commit

Permalink
Releasing 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
TeWu committed May 10, 2020
1 parent 5026eba commit 8153730
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
v0.4.1 (10 May 2020)
========
+ Add rate control for streams
+ Test against kRPC TestServer 0.4.7

v0.4.0 (24 Oct 2017)
========
+ **Updated to make kRPC-rb compatible with kRPC server version 0.4.0**:
Expand Down
4 changes: 2 additions & 2 deletions lib/krpc/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ module Version
# Dear krpc-rb developer: Before bumping version below, please ensure that protobuf schema is up to date.
MAJOR = 0
MINOR = 4
PATCH = 0
PATCH = 1
LABEL = nil
IS_STABLE = false
IS_STABLE = true
end

VERSION = ([Version::MAJOR, Version::MINOR, Version::PATCH, Version::LABEL, Version::IS_STABLE ? nil : "next"].compact * '.').freeze
Expand Down

0 comments on commit 8153730

Please sign in to comment.