Skip to content

Commit

Permalink
bump v1.0.5 stable
Browse files Browse the repository at this point in the history
  • Loading branch information
mreiferson committed Sep 20, 2015
1 parent 4929147 commit cef6982
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 16 deletions.
2 changes: 1 addition & 1 deletion ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## go-nsq Change Log

### 1.0.5-alpha
### 1.0.5 - 2015-09-19

**Upgrading from 1.0.4**: There are no backward incompatible changes.

Expand Down
19 changes: 5 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,28 +4,19 @@ The official Go package for [NSQ][nsq].

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

The latest stable release is **[1.0.4][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.
Please read the [UPGRADING](UPGRADING.md) guide.
The latest stable release is **[1.0.5][latest_tag]**.

### Docs

See [godoc][nsq_gopkgdoc].

See the [main repo apps][apps] directory for examples of clients built using this package.
See [godoc][nsq_gopkgdoc] and the [main repo apps][apps] directory for examples of clients built
using this package.

### Tests

Tests are run via `./test.sh` (which requires `nsqd` and `nsqlookupd` to be installed)
Tests are run via `./test.sh` (which requires `nsqd` and `nsqlookupd` to be installed).

[nsq]: https://github.com/nsqio/nsq
[nsq_gopkgdoc]: http://godoc.org/github.com/nsqio/go-nsq
[apps]: https://github.com/nsqio/nsq/tree/master/apps
[consumer]: http://godoc.org/github.com/nsqio/go-nsq#Consumer
[producer]: http://godoc.org/github.com/nsqio/go-nsq#Producer
[pr30]: https://github.com/nsqio/go-nsq/pull/30
[legacy]: https://github.com/nsqio/go-nsq/releases/tag/v0.3.7
[travis]: http://travis-ci.org/nsqio/go-nsq
[latest_tag]: https://github.com/nsqio/go-nsq/releases/tag/v1.0.4
[latest_tag]: https://github.com/nsqio/go-nsq/releases/tag/v1.0.5
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.5-alpha"
const VERSION = "1.0.5"

0 comments on commit cef6982

Please sign in to comment.