Skip to content

Commit

Permalink
bumped version and updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
minghuaw committed Feb 23, 2024
1 parent a6f8f86 commit 33a6d44
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fe2o3-amqp/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fe2o3-amqp"
version = "0.9.7"
version = "0.9.8"
edition = "2021"
description = "An implementation of AMQP1.0 protocol based on serde and tokio"
license = "MIT/Apache-2.0"
Expand Down
6 changes: 5 additions & 1 deletion fe2o3-amqp/Changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Change Log

## 0.9.7
## 0.9.8

1. Fixed bug with reattaching session with sender.

## ~~0.9.7~~ (Yanked)

1. Fixed a bug with link re-attaching (as opposed to resuming) where the link's `unsettled` map is
not cleared when the link is re-attached by checking if the new session is the same as the old.
Expand Down

0 comments on commit 33a6d44

Please sign in to comment.