From a90ab8a14ae346945ee2f449df515d0182921d9e Mon Sep 17 00:00:00 2001 From: Mariusz Bialonczyk Date: Sat, 6 Nov 2021 16:34:57 +0100 Subject: [PATCH] Bump version to v0.11.0 and adjust README --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 027a1a1e..f6ea1a63 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "simplelog" -version = "0.10.2" +version = "0.11.0" edition = "2018" authors = ["Drakulix "] description = "A simple and easy-to-use logging facility for Rust's log crate" diff --git a/README.md b/README.md index cfa4deb1..b095452a 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ This crate can internally depend on a [paris](https://github.com/0x20F/paris) cr To use this feature you need to set a _paris_ feature, like this: ``` [dependencies] -simplelog = { version = "^0.10.0", features = ["paris"] } +simplelog = { version = "^0.11.0", features = ["paris"] } ``` in your `Cargo.toml`