From 27060c83353c9bdfc4f2aebad3032f7105d5e67e Mon Sep 17 00:00:00 2001 From: Canop Date: Tue, 13 Aug 2024 07:11:30 +0200 Subject: [PATCH] version 2.20.0 --- CHANGELOG.md | 5 +++-- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f0f8012..3d1d61a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,6 @@ -### next -- until now, when there was no `bacon.toml` file, a default invisible one was applied, overriding the settings of `prefs.toml`. This is no longer the case: this default file is now applied before `prefs.toml` - Fix #157 + +### v2.20.0 - 2024/08/13 +- until now, when there was no `bacon.toml` file, the default one was applied, overriding the settings of `prefs.toml`. This is no longer the case: this default file is now applied before `prefs.toml` (which overrides it) - Fix #157 - `kill` job parameter - Thanks @pcapriotti diff --git a/Cargo.lock b/Cargo.lock index 3fbddec..68ae6d0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -126,7 +126,7 @@ checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0" [[package]] name = "bacon" -version = "2.19.1-dev" +version = "2.20.0" dependencies = [ "anyhow", "cargo_metadata", diff --git a/Cargo.toml b/Cargo.toml index 9482194..050b1e8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bacon" -version = "2.19.1-dev" +version = "2.20.0" authors = ["dystroy "] repository = "https://github.com/Canop/bacon" description = "background rust compiler"