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 Aug 1, 2022
1 parent 9836321 commit a010b4c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 3 additions & 3 deletions fe2o3-amqp-ext/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fe2o3-amqp-ext"
version = "0.1.3"
version = "0.2.0"
edition = "2021"
description = "Extension types to fe2o3-amqp"
license = "MIT/Apache-2.0"
Expand All @@ -12,7 +12,7 @@ readme = "Readme.md"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
serde_amqp = { version = "^0.1.4", features = ["derive"] }
serde_amqp = { version = "0.2.1", features = ["derive"] }
# serde_amqp = { path = "../serde_amqp", features = ["derive"] }
fe2o3-amqp-types = "^0.2.1"
fe2o3-amqp-types = "0.3.0"
# fe2o3-amqp-types = { path = "../fe2o3-amqp-types" }
6 changes: 6 additions & 0 deletions fe2o3-amqp-ext/Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 0.2.0

1. Updated `serde_amqp` to 0.2.1 which introduced breaking bug fixes
1. `Array<T>` deserializes a single standalone instance of `T` (one that is not encoded inside an `Array`) into an `Array` of one element (#75)
2. Fixed `IoReader::forward_read_bytes` and `IoReader::forward_read_str` not clearing buffer after forwarding

## 0.1.3

1. Updated deps version
Expand Down

0 comments on commit a010b4c

Please sign in to comment.