From 2a275cd91ee1d1e49d4c5e6fd3baf1e620762fb2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 2 Dec 2024 11:25:47 +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 17e97fa..f9e07a2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tokio-fluent" -version = "0.5.0" +version = "0.5.1" authors = ["johnmanjiro13"] edition = "2021" description = "A fluentd client using tokio" diff --git a/README.md b/README.md index ba78c6d..950e291 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Add this to your `Cargo.toml` ```toml [dependencies] -tokio-fluent = "0.5.0" +tokio-fluent = "0.5.1" ``` ## Example From 6e52d4538ab5eb860634823d4c71c98cf0151b04 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 2 Dec 2024 11:25:48 +0000 Subject: [PATCH 2/2] [tagpr] update CHANGELOG.md --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5123544..b1b5dac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## [v0.5.1](https://github.com/johnmanjiro13/tokio-fluent/compare/v0.5.0...v0.5.1) - 2024-12-02 +- feat: support max_connection_lifetime and reconnection by @danielsig727 in https://github.com/johnmanjiro13/tokio-fluent/pull/55 +- fix(deps): update rust crate base64 to 0.22.0 by @renovate in https://github.com/johnmanjiro13/tokio-fluent/pull/51 + ## [v0.5.0](https://github.com/johnmanjiro13/tokio-fluent/compare/v0.4.4...v0.5.0) - 2023-11-17 - !feat(client): uds support by @danielsig727 in https://github.com/johnmanjiro13/tokio-fluent/pull/47 ### Breaking Changes