diff --git a/Cargo.lock b/Cargo.lock index 47df13b..ced8c3f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -84,7 +84,7 @@ dependencies = [ [[package]] name = "buildchain" -version = "0.4.12" +version = "0.5.0" dependencies = [ "base32", "clap", diff --git a/Cargo.toml b/Cargo.toml index 69a7235..8813376 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "buildchain" -version = "0.4.12" +version = "0.5.0" edition = "2021" authors = ["Jeremy Soller "] description = "Software for creating and managing a distributed and reproducible chain of builds" diff --git a/debian/changelog b/debian/changelog index d5c45cf..60080c0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +buildchain (0.5.0) bionic; urgency=medium + + * Excluded VCS files from the archive + * Changed some return types from `Result` to `io::Result` + * Removed use of LXD + * Updated dependencies + + -- Tim Crawford Wed, 27 Sep 2023 09:37:34 -0600 + buildchain (0.4.12) bionic; urgency=medium * 0.4.12