Skip to content

Commit

Permalink
Merge pull request #12 from johnmanjiro13/tagpr-from-v0.2.1
Browse files Browse the repository at this point in the history
Release for v0.3.0
  • Loading branch information
johnmanjiro13 authored Jan 19, 2023
2 parents b246df2 + 3de2589 commit 65c79b9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [v0.3.0](https://github.com/johnmanjiro13/tokio-fluent/compare/v0.2.1...v0.3.0) - 2023-01-19
- Add timeout option by @johnmanjiro13 in https://github.com/johnmanjiro13/tokio-fluent/pull/10
- Add retry option by @johnmanjiro13 in https://github.com/johnmanjiro13/tokio-fluent/pull/11
- Use only necessary feature and add tests by @johnmanjiro13 in https://github.com/johnmanjiro13/tokio-fluent/pull/13
- chore(deps): update rust crate tokio to 1.24.2 by @renovate in https://github.com/johnmanjiro13/tokio-fluent/pull/3
- chore: Update README by @johnmanjiro13 in https://github.com/johnmanjiro13/tokio-fluent/pull/14

## [v0.2.1](https://github.com/johnmanjiro13/tokio-fluent/compare/v0.2.0...v0.2.1) - 2023-01-08
- fix: Continue when some error occurred by @johnmanjiro13 in https://github.com/johnmanjiro13/tokio-fluent/pull/1
- Configure Renovate by @renovate in https://github.com/johnmanjiro13/tokio-fluent/pull/2
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.2.1"
version = "0.3.0"
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.2.1"
tokio-fluent = "0.3.0"
```

## Example
Expand Down

0 comments on commit 65c79b9

Please sign in to comment.