File tree 3 files changed +6
-2
lines changed
3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1
1
Unreleased
2
2
==========
3
3
4
+
5
+ 0.7.0 (2024-01-17)
6
+ ==================
7
+
4
8
- Upgrade ` colored ` to version 2. This is a breaking change due to
5
9
` colored ` being exposed in the public API of ` fern ` .
6
10
- Remove security warning regarding ` colored ` since it's no longer an issue with this version.
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " fern"
3
3
# Remember to update html_root_url in src/lib.rs with each version.
4
- version = " 0.6.2 "
4
+ version = " 0.7.0 "
5
5
authors = [
" David Ross <[email protected] >" ]
6
6
description = " Simple, efficient logging"
7
7
edition = " 2018"
Original file line number Diff line number Diff line change 1
1
#![ 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 " ) ]
3
3
//! Efficient, configurable logging in Rust.
4
4
//!
5
5
//! # Depending on fern
You can’t perform that action at this time.
0 commit comments