Skip to content

Commit 120231d

Browse files
faerndaboross
authored andcommitted
Bump version to 0.7.0
1 parent 894a70c commit 120231d

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
Unreleased
22
==========
33

4+
5+
0.7.0 (2024-10-20)
6+
==================
7+
48
- Upgrade `colored` to version 2. This is a breaking change due to
59
`colored` being exposed in the public API of `fern`. (thanks [@faern] for
610
doing the boilerplate here!)

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "fern"
33
# Remember to update html_root_url in src/lib.rs with each version.
4-
version = "0.6.2"
4+
version = "0.7.0"
55
authors = ["David Ross <[email protected]>"]
66
description = "Simple, efficient logging"
77
edition = "2018"

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#![deny(missing_docs)]
2-
#![doc(html_root_url = "https://docs.rs/fern/0.6.2")]
2+
#![doc(html_root_url = "https://docs.rs/fern/0.7.0")]
33
//! Efficient, configurable logging in Rust.
44
//!
55
//! # fern 0.4.4, 0.5.\*, 0.6.\* security warning - `colored` feature + global allocator

0 commit comments

Comments
 (0)