Skip to content

Commit

Permalink
Release version 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
daboross committed Dec 15, 2024
1 parent 7461d75 commit 988003f
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.1 (2024-12-15)
==================

- Add syslog v7 support (thanks [@BlackDex]!)

0.7.0 (2024-10-20)
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.7.0"
version = "0.7.1"
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.7.0")]
#![doc(html_root_url = "https://docs.rs/fern/0.7.1")]
//! Efficient, configurable logging in Rust.
//!
//! # fern 0.4.4, 0.5.\*, 0.6.\* security warning - `colored` feature + global allocator
Expand Down

0 comments on commit 988003f

Please sign in to comment.