Skip to content

Commit 09d86b6

Browse files
committed
Release version 0.7.1
1 parent b0f646a commit 09d86b6

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.1 (2024-12-15)
6+
==================
7+
48
- Add syslog v7 support (thanks [@BlackDex]!)
59

610
0.7.0 (2024-10-20)

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.7.0"
4+
version = "0.7.1"
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.7.0")]
2+
#![doc(html_root_url = "https://docs.rs/fern/0.7.1")]
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)