Skip to content

Commit

Permalink
Merge pull request #9 from ripienaar/2201
Browse files Browse the repository at this point in the history
(misc) Release 2.20.1
  • Loading branch information
ripienaar authored Nov 22, 2018
2 parents b6d9d3f + 81613b0 commit 5af4212
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
|Date |Issue |Description |
|----------|------|---------------------------------------------------------------------------------------------------------|
|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/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 README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Choria MCollective RPC Ruby Support Libraries

These are stripped down versions of the legacy MCollective libraries that
These are stripped down versions of the [legacy Marionette Collective libraries](https://github.com/choria-legacy/marionette-collective) that
are used to facilitate hosting Ruby based MCollective Agents within the
Golang daemon as well as interact with a Choria network from the Ruby API
and `mco` CLI
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.0"
VERSION="2.20.1"

def self.version
VERSION
Expand Down

0 comments on commit 5af4212

Please sign in to comment.