Skip to content

Commit

Permalink
updated changelog and bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
minghuaw committed Dec 13, 2023
1 parent 6c960f1 commit 9a69f9a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
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.1"
version = "0.9.2"
edition = "2021"
description = "An implementation of AMQP1.0 protocol based on serde and tokio"
license = "MIT/Apache-2.0"
Expand Down
12 changes: 12 additions & 0 deletions fe2o3-amqp/Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Change Log

## 0.9.2

1. Ported 0.7.32

## 0.8.26

1. Ported 0.7.32

## 0.7.32

1. Show frame direction in `log::trace`

## 0.9.1

1. Ported 0.7.31
Expand Down

0 comments on commit 9a69f9a

Please sign in to comment.