From 120231dd2687af13649078b9adc6a9c447484ff8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Linus=20F=C3=A4rnstrand?= Date: Wed, 12 Jul 2023 13:21:21 +0200 Subject: [PATCH] Bump version to 0.7.0 --- CHANGELOG.md | 4 ++++ Cargo.toml | 2 +- src/lib.rs | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f3bb084..16cf102 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ Unreleased ========== + +0.7.0 (2024-10-20) +================== + - Upgrade `colored` to version 2. This is a breaking change due to `colored` being exposed in the public API of `fern`. (thanks [@faern] for doing the boilerplate here!) diff --git a/Cargo.toml b/Cargo.toml index 5f167ac..9437e7f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "fern" # Remember to update html_root_url in src/lib.rs with each version. -version = "0.6.2" +version = "0.7.0" authors = ["David Ross "] description = "Simple, efficient logging" edition = "2018" diff --git a/src/lib.rs b/src/lib.rs index f0cf292..2e888f2 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,5 +1,5 @@ #![deny(missing_docs)] -#![doc(html_root_url = "https://docs.rs/fern/0.6.2")] +#![doc(html_root_url = "https://docs.rs/fern/0.7.0")] //! Efficient, configurable logging in Rust. //! //! # fern 0.4.4, 0.5.\*, 0.6.\* security warning - `colored` feature + global allocator