Skip to content

Commit 16df032

Browse files
chore: prepare release 0.6.0
1 parent a12eba1 commit 16df032

3 files changed

Lines changed: 26 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,30 @@
22

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

5+
## 0.6.0 (2023-10-05)
6+
7+
### Breaking Changes
8+
9+
#### allow setting default environment variable values (#185)
10+
11+
### Fixes
12+
13+
#### update rust crate sha2 to 0.10.7 (#176)
14+
15+
#### update rust crate tempfile to 3.6 (#170)
16+
17+
#### update rust crate uuid to 1.3 (#167)
18+
19+
#### update rust crate regex to 1.8 (#154)
20+
21+
#### update rust crate digest to 0.10.7 (#155)
22+
23+
#### update rust crate toml to 0.7.4 (#159)
24+
25+
#### update rust crate thiserror to 1.0.40 (#164)
26+
27+
#### update rust crate clap to 4.3 (#165)
28+
529
## 0.5.2
630

731
### Features

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "hoard"
3-
version = "0.5.2"
3+
version = "0.6.0"
44
authors = ["Michael Bryant <shadow53@shadow53.com>"]
55
edition = "2021"
66
license = "BSD-3-Clause"

0 commit comments

Comments
 (0)