Skip to content

Commit

Permalink
Releasing 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
TeWu committed Aug 3, 2017
1 parent 5d36757 commit 8db118e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
v0.3.2 (3 Aug 2017)
========
+ Changes introduced in this version are backported form v0.4.0.beta3
+ **Changes to `krpc` and `core` services**:
+ Renamed hardcoded `krpc` service to `core`
+ Allowed `krpc` service to be dynamically generated during services API generation
+ Updated `core` service
+ Started testing against Ruby v2.3 and Ruby v2.4
+ Turned runtime dependency on *hanna-nouveau* into development dependency
+ Cleaned up Git repository - moved generated HTML API docs, and TestServer binaries out of the repository

v0.3.1 (18 Jun 2016)
========
+ Fixed receiving of chunked responses
Expand Down
2 changes: 1 addition & 1 deletion lib/krpc/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module KRPC
VERSION = "0.3.1"
VERSION = "0.3.2"
end

0 comments on commit 8db118e

Please sign in to comment.