From 737b438f737c4cb539b654e31a8869b5085d3943 Mon Sep 17 00:00:00 2001 From: Rob Ede Date: Tue, 15 Mar 2022 19:43:06 +0000 Subject: [PATCH] prepare actix-codec release 0.5.1 --- actix-codec/CHANGES.md | 3 +++ actix-codec/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/actix-codec/CHANGES.md b/actix-codec/CHANGES.md index 993e0dd0..c721762d 100644 --- a/actix-codec/CHANGES.md +++ b/actix-codec/CHANGES.md @@ -1,6 +1,9 @@ # Changes ## Unreleased - 2022-xx-xx + + +## 0.5.1 - 2022-03-15 - Logs emitted now use the `tracing` crate with `log` compatibility. [#451] - Minimum supported Rust version (MSRV) is now 1.49. diff --git a/actix-codec/Cargo.toml b/actix-codec/Cargo.toml index f1f58860..fbefebe0 100644 --- a/actix-codec/Cargo.toml +++ b/actix-codec/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "actix-codec" -version = "0.5.0" +version = "0.5.1" authors = [ "Nikolay Kim ", "Rob Ede ",