Skip to content

Commit

Permalink
Bump to v0.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Stjepan Glavina committed Sep 1, 2020
1 parent 59a0710 commit 628d9bf
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# 0.7.4

## Improvements

* Remove the `MutexGuard` held across await points
inside `cleanup_subscriptions()` to allow futures
returned by async methods to implement `Send`.

# 0.7.3

## 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.3"
version = "0.7.4"
description = "A Rust NATS client"
authors = ["Derek Collison <[email protected]>", "Tyler Neely <[email protected]>", "Stjepan Glavina <[email protected]>"]
edition = "2018"
Expand Down

0 comments on commit 628d9bf

Please sign in to comment.