Skip to content

Commit

Permalink
Merge pull request #84 from nats-io/prepare-0.7.1
Browse files Browse the repository at this point in the history
Prepare 0.7.1 release
  • Loading branch information
Stjepan Glavina authored Jul 21, 2020
2 parents b6e04c4 + 73ff1e1 commit 205236f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# 0.7.1

## Bug Fixes

* Fix a deadlock in `Subscription` when concurrently
receiving the next message and draining.

## Misc

* Add `--auth-token` flag to the `nats-box` example.

# 0.7.0

## New Features
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "nats"
version = "0.7.0"
version = "0.7.1"
description = "A Rust NATS client"
authors = ["Derek Collison <derek@nats.io>", "Tyler Neely <tyler@nats.io>", "Stjepan Glavina <stjepan@nats.io>"]
edition = "2018"
Expand Down

0 comments on commit 205236f

Please sign in to comment.