From 0e31213605f2d3ae12ad3206efc124111a6c9740 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 15 Aug 2023 01:23:38 +0000 Subject: [PATCH 1/2] [tagpr] prepare for the next release --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 9f858b8..2a39db6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tokio-fluent" -version = "0.4.2" +version = "0.4.3" authors = ["johnmanjiro13"] edition = "2021" description = "A fluentd client using tokio" diff --git a/README.md b/README.md index e1e25c3..0f5eaa7 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Add this to your `Cargo.toml` ```toml [dependencies] -tokio-fluent = "0.4.2" +tokio-fluent = "0.4.3" ``` ## Example From 9c8c4567dd6fa12a576fa378973b2729e9e917c0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 15 Aug 2023 01:23:38 +0000 Subject: [PATCH 2/2] [tagpr] update CHANGELOG.md --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f943811..e09632f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## [v0.4.3](https://github.com/johnmanjiro13/tokio-fluent/compare/v0.4.2...v0.4.3) - 2023-08-15 +- fix(deps): update rust crate serde to 1.0.183 by @renovate in https://github.com/johnmanjiro13/tokio-fluent/pull/33 +- fix(deps): update rust crate log to 0.4.20 by @renovate in https://github.com/johnmanjiro13/tokio-fluent/pull/36 +- chore(deps): update rust crate tokio to 1.31.0 by @renovate in https://github.com/johnmanjiro13/tokio-fluent/pull/35 + ## [v0.4.2](https://github.com/johnmanjiro13/tokio-fluent/compare/v0.4.1...v0.4.2) - 2023-07-24 - fix(deps): update rust crate rmp-serde to 1.1.2 by @renovate in https://github.com/johnmanjiro13/tokio-fluent/pull/30 - fix(deps): update rust crate serde to 1.0.175 by @renovate in https://github.com/johnmanjiro13/tokio-fluent/pull/31