Skip to content

Commit

Permalink
chore: prepare release 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 5, 2023
1 parent a12eba1 commit 16df032
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 2 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,30 @@

All notable changes to this project will be documented in this file.

## 0.6.0 (2023-10-05)

### Breaking Changes

#### allow setting default environment variable values (#185)

### Fixes

#### update rust crate sha2 to 0.10.7 (#176)

#### update rust crate tempfile to 3.6 (#170)

#### update rust crate uuid to 1.3 (#167)

#### update rust crate regex to 1.8 (#154)

#### update rust crate digest to 0.10.7 (#155)

#### update rust crate toml to 0.7.4 (#159)

#### update rust crate thiserror to 1.0.40 (#164)

#### update rust crate clap to 4.3 (#165)

## 0.5.2

### Features
Expand Down
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 = "hoard"
version = "0.5.2"
version = "0.6.0"
authors = ["Michael Bryant <[email protected]>"]
edition = "2021"
license = "BSD-3-Clause"
Expand Down

0 comments on commit 16df032

Please sign in to comment.