Skip to content

Commit

Permalink
Bump version to 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
faern committed Jan 17, 2024
1 parent 294863e commit 2ffe0b2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Unreleased
==========


0.7.0 (2024-01-17)
==================

- Upgrade `colored` to version 2. This is a breaking change due to
`colored` being exposed in the public API of `fern`.
- Remove security warning regarding `colored` since it's no longer an issue with this version.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 <daboross@daboross.net>"]
description = "Simple, efficient logging"
edition = "2018"
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
@@ -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.
//!
//! # Depending on fern
Expand Down

0 comments on commit 2ffe0b2

Please sign in to comment.