Skip to content

Commit

Permalink
bump v1.0.3 stable
Browse files Browse the repository at this point in the history
  • Loading branch information
mreiferson committed Feb 7, 2015
1 parent 48734be commit 5a2abdb
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
## go-nsq Change Log

### 1.0.3 - 2015-02-07

**Upgrading from 1.0.2**: here are no backward incompatible changes.

* #104 - fix reconnect address bug (thanks @ryanslade)
* #106 - fix backoff reconnect deadlock (thanks @ryanslade)
* #107 - fix out-of-bounds error when removing nsqlookupd addresses (thanks @andreas)
* #108 - fix potential logger race conditions (thanks @judwhite)
* #111 - fix resolved address error in reconnect loop (thanks @twmb)

### 1.0.2 - 2015-01-21

**Upgrading from 1.0.1**: here are no backward incompatible changes.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ The official Go package for [NSQ][nsq].

[![Build Status](https://secure.travis-ci.org/bitly/go-nsq.png?branch=master)][travis] [![GoDoc](https://godoc.org/github.com/bitly/go-nsq?status.svg)](https://godoc.org/github.com/bitly/go-nsq)

The latest stable release is **[1.0.2][latest_tag]**.
The latest stable release is **[1.0.3][latest_tag]**.

NOTE: The public API has been refactored as of `v1.0.0` and is not backwards compatible with
previous releases. **[0.3.7][legacy]** is the last stable release compatible with the legacy API.
Expand All @@ -25,4 +25,4 @@ See the [main repo apps][apps] directory for examples of clients built using thi
[pr30]: https://github.com/bitly/go-nsq/pull/30
[legacy]: https://github.com/bitly/go-nsq/releases/tag/v0.3.7
[travis]: http://travis-ci.org/bitly/go-nsq
[latest_tag]: https://github.com/bitly/go-nsq/releases/tag/v1.0.2
[latest_tag]: https://github.com/bitly/go-nsq/releases/tag/v1.0.3
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
package nsq

// VERSION
const VERSION = "1.0.2"
const VERSION = "1.0.3"

0 comments on commit 5a2abdb

Please sign in to comment.