Skip to content

Commit

Permalink
Merge pull request #15 from ripienaar/2203
Browse files Browse the repository at this point in the history
(misc) Release 2.20.3
  • Loading branch information
ripienaar authored Nov 30, 2018
2 parents 3b6595f + 9328c3a commit 3668e00
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
|Date |Issue |Description |
|----------|------|---------------------------------------------------------------------------------------------------------|
|2018/11/30| |Release 2.20.3 |
|2018/11/30|13 |Restore `rpcutil.ddl` |
|2018/11/22| |Release 2.20.2 |
|2018/11/22|10 |Include the `nats-pure` dependency that choria needs |
|2018/11/22| |Release 2.20.1 |
|2018/11/22|7 |Do not require the `json` gem which can only be built as a native extension requiring compilers |
|2018/11/22|7 |Do not require the `json` gem which can only be built as a native extension requiring compilers |
|2018/11/07| |Release 2.20.0 |
|2018/11/03|1 |Create a minimal gem that removes a lot of the unused parts of MCollective |
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
require "rubygems"
require "rubygems/package_task"

PROJ_VERSION = "2.20.2"
PROJ_VERSION = "2.20.3"

spec = Gem::Specification.new do |s|
s.name = "choria-mcorpc-support"
Expand Down
2 changes: 1 addition & 1 deletion lib/mcollective.rb
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ module MCollective
require "mcollective/util"
require "mcollective/validator"

VERSION="2.20.2"
VERSION="2.20.3"

def self.version
VERSION
Expand Down

0 comments on commit 3668e00

Please sign in to comment.