Skip to content

Commit

Permalink
Merge pull request #56 from johnmanjiro13/tagpr-from-v0.5.0
Browse files Browse the repository at this point in the history
Release for v0.5.1
  • Loading branch information
johnmanjiro13 authored Dec 2, 2024
2 parents 097418d + 6e52d45 commit 9b0c188
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Add this to your `Cargo.toml`

```toml
[dependencies]
tokio-fluent = "0.5.0"
tokio-fluent = "0.5.1"
```

## Example
Expand Down

0 comments on commit 9b0c188

Please sign in to comment.