Skip to content

Commit

Permalink
updated changelog and bumped up version
Browse files Browse the repository at this point in the history
  • Loading branch information
minghuaw committed Aug 28, 2022
1 parent a701547 commit 47394f2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 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.2.1"
version = "0.3.0"
edition = "2021"
description = "Extension types to fe2o3-amqp"
license = "MIT/Apache-2.0"
Expand All @@ -14,5 +14,5 @@ readme = "Readme.md"
[dependencies]
serde_amqp = { version = "0.2.1", features = ["derive"] }
# serde_amqp = { path = "../serde_amqp", features = ["derive"] }
fe2o3-amqp-types = "0.3.0"
fe2o3-amqp-types = "0.4.0"
# fe2o3-amqp-types = { path = "../fe2o3-amqp-types" }
4 changes: 4 additions & 0 deletions fe2o3-amqp-ext/Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.3.0

1. Updated `fe2o3-amqp-types` version to "0.4.0"

## 0.2.1

1. Added `descriptor_code()` and `descriptor_name` methods
Expand Down

0 comments on commit 47394f2

Please sign in to comment.