Skip to content

Commit

Permalink
Bump version to 0.5.0
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Crawford <tcrawford@system76.com>
  • Loading branch information
crawfxrd authored and jackpot51 committed Sep 27, 2023
1 parent bbaae6f commit 773c482
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "buildchain"
version = "0.4.12"
version = "0.5.0"
edition = "2021"
authors = ["Jeremy Soller <jackpot51@gmail.com>"]
description = "Software for creating and managing a distributed and reproducible chain of builds"
Expand Down
8 changes: 8 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
buildchain (0.5.0) bionic; urgency=medium

* Excluded VCS files from the archive
* Changed some return types from `Result<T, String>` to `io::Result<T>`
* Updated dependencies

-- Tim Crawford <tcrawford@system76.com> Wed, 27 Sep 2023 10:28:48 -0600

buildchain (0.4.12) bionic; urgency=medium

* 0.4.12
Expand Down

0 comments on commit 773c482

Please sign in to comment.