Skip to content

Commit

Permalink
Merge pull request #34 from johnmanjiro13/tagpr-from-v0.4.2
Browse files Browse the repository at this point in the history
Release for v0.4.3
  • Loading branch information
johnmanjiro13 authored Aug 15, 2023
2 parents c6a08c5 + 9c8c456 commit 41b1072
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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.4.2"
version = "0.4.3"
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.4.2"
tokio-fluent = "0.4.3"
```

## Example
Expand Down

0 comments on commit 41b1072

Please sign in to comment.