Skip to content

Commit

Permalink
prep release
Browse files Browse the repository at this point in the history
  • Loading branch information
fafhrd91 committed Sep 17, 2021
1 parent 389ecdc commit 1d91e0b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changes

## [0.5.0] - 2021-09-17

* No changes

## [codec-0.7.3] - 2021-09-14

* Refactor codec's Decode trait
Expand Down
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ntex-amqp"
version = "0.5.0-b.11"
version = "0.5.0"
authors = ["ntex contributors <[email protected]>"]
description = "AMQP 1.0 Client/Server framework"
documentation = "https://docs.rs/ntex-amqp"
Expand All @@ -24,7 +24,7 @@ default = []
frame-trace = []

[dependencies]
ntex = { version = "0.4.0-b.12", default-features = false }
ntex = { version = "0.4.0", default-features = false }
ntex-amqp-codec = "0.7.3"

bitflags = "1.3"
Expand All @@ -36,7 +36,7 @@ uuid = { version = "0.8", features = ["v4"] }

[dev-dependencies]
env_logger = "0.8"
ntex = { version = "0.4.0-b.12", features = ["http-framework"] }
ntex = { version = "0.4.0", features = ["http-framework"] }

[patch.crates-io]
ntex-amqp = { path = "." }
Expand Down

0 comments on commit 1d91e0b

Please sign in to comment.