Skip to content

Commit cef6982

Browse files
committed
bump v1.0.5 stable
1 parent 4929147 commit cef6982

File tree

3 files changed

+7
-16
lines changed

3 files changed

+7
-16
lines changed

ChangeLog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## go-nsq Change Log
22

3-
### 1.0.5-alpha
3+
### 1.0.5 - 2015-09-19
44

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

README.md

Lines changed: 5 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,28 +4,19 @@ The official Go package for [NSQ][nsq].
44

55
[![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)
66

7-
The latest stable release is **[1.0.4][latest_tag]**
8-
9-
NOTE: The public API has been refactored as of `v1.0.0` and is not backwards compatible with
10-
previous releases. **[0.3.7][legacy]** is the last stable release compatible with the legacy API.
11-
Please read the [UPGRADING](UPGRADING.md) guide.
7+
The latest stable release is **[1.0.5][latest_tag]**.
128

139
### Docs
1410

15-
See [godoc][nsq_gopkgdoc].
16-
17-
See the [main repo apps][apps] directory for examples of clients built using this package.
11+
See [godoc][nsq_gopkgdoc] and the [main repo apps][apps] directory for examples of clients built
12+
using this package.
1813

1914
### Tests
2015

21-
Tests are run via `./test.sh` (which requires `nsqd` and `nsqlookupd` to be installed)
16+
Tests are run via `./test.sh` (which requires `nsqd` and `nsqlookupd` to be installed).
2217

2318
[nsq]: https://github.com/nsqio/nsq
2419
[nsq_gopkgdoc]: http://godoc.org/github.com/nsqio/go-nsq
2520
[apps]: https://github.com/nsqio/nsq/tree/master/apps
26-
[consumer]: http://godoc.org/github.com/nsqio/go-nsq#Consumer
27-
[producer]: http://godoc.org/github.com/nsqio/go-nsq#Producer
28-
[pr30]: https://github.com/nsqio/go-nsq/pull/30
29-
[legacy]: https://github.com/nsqio/go-nsq/releases/tag/v0.3.7
3021
[travis]: http://travis-ci.org/nsqio/go-nsq
31-
[latest_tag]: https://github.com/nsqio/go-nsq/releases/tag/v1.0.4
22+
[latest_tag]: https://github.com/nsqio/go-nsq/releases/tag/v1.0.5

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
package nsq
66

77
// VERSION
8-
const VERSION = "1.0.5-alpha"
8+
const VERSION = "1.0.5"

0 commit comments

Comments
 (0)