Skip to content

Commit

Permalink
bump 0.2.25 stable
Browse files Browse the repository at this point in the history
  • Loading branch information
mreiferson committed Feb 6, 2014
1 parent b38d660 commit 97a61d1
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
7 changes: 4 additions & 3 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Binaries

### 0.2.25-alpha
### 0.2.25 - 2014-02-05

**Upgrading from 0.2.24**: No backwards incompatible changes.

Expand Down Expand Up @@ -34,8 +34,9 @@ New Features / Enhancements:
* #263 - add ability to pause a topic
* #291 - compile templates into `nsqadmin` binary
* #285/#288 - `nsq_tail` support for `-n #` to get recent # messages
* #287/#294 - nsqadmin support added for showing client attributes (sample rate, TLS, compression)
* #189/#296 - add client user agent to nsqadmin
* #287/#294 - display client `IDENTIFY` attributes in `nsqadmin` (sample rate, TLS, compression)
* #189/#296 - add client user agent to `nsqadmin``
* #297 - add `nsq_to_nsq` JSON message filtering options

### 0.2.24 - 2013-12-07

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Python libraries are available out of the box (as well as many other [client
libraries][client_libraries]) and, if you're interested in building your own, there's a [protocol
spec][protocol].

The latest stable release is **[0.2.24][latest_tag]** ([ChangeLog][changelog]). We publish [binary
The latest stable release is **[0.2.25][latest_tag]** ([ChangeLog][changelog]). We publish [binary
releases][installing] for linux and darwin.

NOTE: master is our *development* branch and may not be stable at all times.
Expand Down Expand Up @@ -69,7 +69,7 @@ NSQ was designed and developed by Matt Reiferson ([@imsnakes][snakes_twitter]) a
[jehiah_twitter]: https://twitter.com/jehiah
[bitly]: https://bitly.com
[features_guarantees]: http://bitly.github.io/nsq/overview/features_and_guarantees.html
[latest_tag]: https://github.com/bitly/nsq/tree/v0.2.24
[latest_tag]: https://github.com/bitly/nsq/tree/v0.2.25
[contributors]: https://github.com/bitly/nsq/graphs/contributors
[client_libraries]: http://bitly.github.io/nsq/clients/client_libraries.html
[jekyll]: http://jekyllrb.com/
2 changes: 1 addition & 1 deletion contrib/nsq.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
%define name nsq
%define version 0.2.24
%define version 0.2.25
%define release 1
%define path usr/local
%define group Database/Applications
Expand Down
2 changes: 1 addition & 1 deletion util/binary_version.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"runtime"
)

const BINARY_VERSION = "0.2.25-alpha"
const BINARY_VERSION = "0.2.25"

func Version(app string) string {
return fmt.Sprintf("%s v%s (built w/%s)", app, BINARY_VERSION, runtime.Version())
Expand Down

0 comments on commit 97a61d1

Please sign in to comment.