Skip to content

Commit

Permalink
bumped up version and updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
minghuaw committed Jul 14, 2022
1 parent 1a2d7ea commit 66a1a1f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
14 changes: 7 additions & 7 deletions fe2o3-amqp/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fe2o3-amqp"
version = "0.1.2"
version = "0.1.3"
edition = "2021"
description = "An implementation of AMQP1.0 protocol based on serde and tokio"
license = "MIT/Apache-2.0"
Expand All @@ -18,12 +18,12 @@ rustdoc-args = ["--cfg", "docsrs"]

[features]
## dev defaults
default = [
"acceptor",
"rustls",
"native-tls",
"transaction",
]
# default = [
# "acceptor",
# "rustls",
# "native-tls",
# "transaction",
# ]

transaction = ["fe2o3-amqp-types/transaction", "uuid"]

Expand Down
4 changes: 4 additions & 0 deletions fe2o3-amqp/Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

## 0.1.3

1. #66. Avoided copying partial payload into the buffer for multi-frame delivery. In a non-scientific test, this improved performance for large content from around 1.2s to 0.8s.

## 0.1.2

1. Changed `serde_amqp` version requirement to "^0.1.1"
Expand Down

0 comments on commit 66a1a1f

Please sign in to comment.