Skip to content

Commit

Permalink
Release nats/v0.20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Jarema committed May 23, 2022
1 parent a7b156e commit 283e4e2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions nats/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# 0.20.1
## Overview
A patch release fixing stack overflow happening when there was kv watcher for a key that did not change for a long time.

## Fixed
* Remove recursive calls by @segfaultdoc in https://github.com/nats-io/nats.rs/pull/448

# 0.20.0
## Overview
A minor sync client release that adds requests with timeouts and headers.
Expand Down
2 changes: 1 addition & 1 deletion nats/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "nats"
version = "0.20.0"
version = "0.20.1"
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 283e4e2

Please sign in to comment.