Skip to content

Commit

Permalink
bump v0.3.7 stable
Browse files Browse the repository at this point in the history
  • Loading branch information
mreiferson committed May 25, 2014
1 parent 8de34ea commit 1de9131
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
## go-nsq Change Log

### 0.3.7 - 2014-05-25

**Upgrading from 0.3.6**: There are no backward incompatible changes. **THIS IS THE LAST STABLE
RELEASE PROVIDING THIS API**. Future releases will be based on the api in #30 and **will not be
backwards compatible!**

This is a bug fix release relating to the refactoring done in `0.3.6`.

* #32 - fix potential panic for race condition when # conns == 0
* #33/#34 - more granular connection locking

### 0.3.6 - 2014-04-29

**Upgrading from 0.3.5**: There are no backward incompatible changes.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

`go-nsq` is the official Go package for [NSQ][nsq].

The latest stable release is **[0.3.6](https://github.com/bitly/go-nsq/releases/tag/v0.3.6)**
The latest stable release is **[0.3.7](https://github.com/bitly/go-nsq/releases/tag/v0.3.7)**

[![Build Status](https://secure.travis-ci.org/bitly/go-nsq.png?branch=master)](http://travis-ci.org/bitly/go-nsq)

Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
// producers as well as low-level functions to communicate over the NSQ protocol.
package nsq

const VERSION = "0.3.7-alpha"
const VERSION = "0.3.7"

0 comments on commit 1de9131

Please sign in to comment.