Skip to content

Commit

Permalink
Cut 0.9.13
Browse files Browse the repository at this point in the history
  • Loading branch information
spacejam committed Apr 22, 2021
1 parent 4543da5 commit 0e7b06f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# 0.9.13

## Bug Fixes

- #172 fix an issue with a newly future-incompatible
usage of the `log` crate's macros in a match arm.

# 0.9.12

## Bug Fixes
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.9.12"
version = "0.9.13"
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
4 changes: 2 additions & 2 deletions async-nats/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "async-nats"
version = "0.9.12"
version = "0.9.13"
description = "An async Rust NATS client"
authors = ["Derek Collison <derek@nats.io>", "Tyler Neely <tyler@nats.io>", "Stjepan Glavina <stjepan@nats.io>"]
edition = "2018"
Expand All @@ -17,7 +17,7 @@ maintenance = { status = "actively-developed" }

[dependencies]
blocking = "1.0.2"
nats = { path = "..", version = "0.9.12" }
nats = { path = "..", version = "0.9.13" }

[dev-dependencies]
smol = "1.2.5"
Expand Down

0 comments on commit 0e7b06f

Please sign in to comment.