Skip to content

Commit

Permalink
Merge pull request #175 from nats-io/tyler_cut_0.9.14
Browse files Browse the repository at this point in the history
Cut 0.9.14
  • Loading branch information
spacejam authored Apr 22, 2021
2 parents 315bbef + 0997108 commit 5d322e2
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# 0.9.14

## New Features

- #173 `Options::with_static_credentials` adds
support for static credential files for use
in environments where they are injected into
the process by means other than an on-disk file.
- #174 `IntervalTree` now has the methods `min`,
`max`, and `gaps` for getting the minimum,
maximum, and non-contiguous gaps for the tracked
intervals, for use in situations where users
may want to implement their own deduplication
strategies.

# 0.9.13

## 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.13"
version = "0.9.14"
description = "A Rust NATS client"
authors = ["Derek Collison <[email protected]>", "Tyler Neely <[email protected]>", "Stjepan Glavina <[email protected]>"]
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.13"
version = "0.9.14"
description = "An async Rust NATS client"
authors = ["Derek Collison <[email protected]>", "Tyler Neely <[email protected]>", "Stjepan Glavina <[email protected]>"]
edition = "2018"
Expand All @@ -17,7 +17,7 @@ maintenance = { status = "actively-developed" }

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

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

0 comments on commit 5d322e2

Please sign in to comment.