From a9cabb6c6973cccb16d5a79caeb1b74059061b2f Mon Sep 17 00:00:00 2001 From: Canop Date: Sat, 10 Feb 2024 10:51:04 +0100 Subject: [PATCH] version 2.14.2 --- CHANGELOG.md | 6 +++++- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9aa5bf8..358e143 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ + +### v2.14.2 - 2024/02/10 +- update dependencies to fix bacon not compiling on nightly - Fix #168 + -### v2.14.0 - 2023/12/24 +### v2.14.1 - 2023/12/24 - fix output not cleared when cargo is in quiet mode and there's nothing - Fix #131 diff --git a/Cargo.lock b/Cargo.lock index 74bbd06..82bf82d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -149,7 +149,7 @@ dependencies = [ [[package]] name = "bacon" -version = "2.14.2-dev" +version = "2.14.2" dependencies = [ "anyhow", "cargo_metadata", diff --git a/Cargo.toml b/Cargo.toml index 160f6fc..16e7520 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bacon" -version = "2.14.2-dev" +version = "2.14.2" authors = ["dystroy "] repository = "https://github.com/Canop/bacon" description = "background rust compiler"