Skip to content
This repository has been archived by the owner on Feb 7, 2020. It is now read-only.

Commit

Permalink
Merge pull request #20 from ripienaar/011
Browse files Browse the repository at this point in the history
(misc) Release 0.1.1
  • Loading branch information
ripienaar authored Jun 29, 2018
2 parents a439df1 + 39edc04 commit 47772ba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
|Date |Issue |Description |
|----------|------|---------------------------------------------------------------------------------------------------------|
|2018/06/29| |Release 0.1.1 |
|2018/06/28|16 |Treat empty strings as noop when constructing filters |
|2018/06/28| |Release 0.1.0 |
|2018/06/28|18 |Allow fire and forget request |
|2018/06/19| |Release 0.0.1 |
2 changes: 1 addition & 1 deletion client/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ func New(fw *choria.Framework, opts ...Option) (*Client, error) {

// Request performs a request
//
// `handler`` will be called for every reply that gets received, when `handler`
// handler will be called for every reply that gets received, when handler
// is nil this means no receiving listeners, workers or subscriptions are setup
// effectively the message is published and forgotten
//
Expand Down

0 comments on commit 47772ba

Please sign in to comment.