Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade colored and prepare for 0.7.0 release #128

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,9 @@ jobs:
with:
profile: minimal
# when updating this, also update rust-version in Cargo.toml
toolchain: 1.31.0
toolchain: 1.38.0
override: true
- run: cp Cargo.lock.msrv Cargo.lock
- run: cargo build
- run: cargo build --features reopen-1,reopen-03,meta-logging-in-format,syslog-3
msrv_date_based:
Expand All @@ -136,6 +137,7 @@ jobs:
profile: minimal
toolchain: 1.48.0
override: true
- run: cp Cargo.lock.msrv Cargo.lock
- run: cargo build --features date-based
msrv_syslog_4:
name: MSRV Compatability - fern/syslog-4
Expand All @@ -152,6 +154,7 @@ jobs:
profile: minimal
toolchain: 1.51.0
override: true
- run: cp Cargo.lock.msrv Cargo.lock
- run: cargo build --features syslog-4
msrv_syslog_6:
name: MSRV Compatability - fern/syslog-6
Expand All @@ -168,6 +171,7 @@ jobs:
profile: minimal
toolchain: 1.59.0
override: true
- run: cp Cargo.lock.msrv Cargo.lock
- run: cargo build --features syslog-6
fmt_and_clippy:
name: Optional Lints
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
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.

0.6.2 (2023-03-23)
==================

Expand Down
Loading
Loading