Skip to content

Commit

Permalink
Merge pull request #212 from nats-io/tyler_0.15.0
Browse files Browse the repository at this point in the history
Cut 0.15.0
  • Loading branch information
spacejam authored Sep 1, 2021
2 parents 540391b + e2f6709 commit 53c5821
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
16 changes: 9 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# 0.15.0

## Breaking Changes

- #207 Support ADR-15-style JetStream reply subject
parsing, with several new fields added to the
`JetstreamMessageInfo` struct that can be
parsed from a message.

# 0.14.0

## Breaking Changes
Expand All @@ -18,13 +27,6 @@
for communicating to the server, for cases where
certificates are not available on the filesystem.

## Breaking Changes

- #207 Support ADR-15-style JetStream reply subject
parsing, with several new fields added to the
`JetstreamMessageInfo` struct that can be
parsed from a message.

# 0.13.0

## Improvements
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.14.0"
version = "0.15.0"
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 53c5821

Please sign in to comment.