Skip to content

Commit

Permalink
Cut 0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
spacejam committed Sep 1, 2021
1 parent d671f06 commit fa86add
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.14.0

## Breaking Changes

- #211 `jetstream::ConsumerConfig.ack_wait` and
`jetstream::PubOpts.ttl` have been changed from
`isize` to `i64`.

# 0.13.1

## 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.13.1"
version = "0.14.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 fa86add

Please sign in to comment.