From 7b99ca68bf5791ad33359835b4009ddeb1b0f456 Mon Sep 17 00:00:00 2001 From: Ondrej Perutka Date: Mon, 6 Dec 2021 16:56:13 +0100 Subject: [PATCH] Version bump --- CHANGELOG.md | 6 ++++++ Cargo.toml | 2 +- README.md | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index be6cad4..23c43b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# Changelog + +## v0.5.0 (2021-12-06) + +* Switch to tokio 1.x and hyper 0.14.x and update the remaining dependencies + ## v0.4.0 (2020-07-08) * Switch to the latest hyper/tokio/futures diff --git a/Cargo.toml b/Cargo.toml index cfddf64..c286c48 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "slog-loggly" -version = "0.4.0" +version = "0.5.0" edition = "2018" authors = ["Angelcam, Inc."] license = "MIT/Apache-2.0" diff --git a/README.md b/README.md index f07ae03..346664f 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ This is an unofficial Loggly drain for the slog logging infrastructure in Rust. Add the following dependency into your Cargo.toml: ``` -slog-loggly = "0.4" +slog-loggly = "0.5" ``` See the `examples` directory and the [documentation](https://docs.rs/slog-loggly/) for usage examples.