Skip to content

Commit 2ffe0b2

Browse files
committed
Bump version to 0.7.0
1 parent 294863e commit 2ffe0b2

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-01-17)
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`.
610
- Remove security warning regarding `colored` since it's no longer an issue with this version.

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
//! # Depending on fern

0 commit comments

Comments
 (0)