Skip to content

Commit

Permalink
bump version and updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
minghuaw committed Dec 23, 2024
1 parent a6b70a2 commit 5fee6fa
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion serde_amqp/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "serde_amqp"
version = "0.13.1"
version = "0.13.2"
edition = "2021"
description = "A serde implementation of AMQP1.0 protocol."
license = "MIT/Apache-2.0"
Expand Down
6 changes: 6 additions & 0 deletions serde_amqp/Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 0.13.2

1. Improve serializer performance in serializing list and map types by
pre-allocating the buffer based on the suggested length and the serialized
size of the first element/entry.

## 0.13.1

1. Added `to_lazy_value`
Expand Down

0 comments on commit 5fee6fa

Please sign in to comment.