Skip to content

Commit

Permalink
chore: prepare release 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 15, 2022
1 parent a5d337a commit b72b4a5
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

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

## 0.5.1

### Fixes

- get Windows string length in a different way
- update rust crate similar to 2.2 (#150)
- update rust crate md-5 to 0.10.5 (#143)
- update rust crate digest to 0.10.5 (#142)
- update rust crate regex to 1.6 (#141)
- update rust crate uuid to 1.2 (#138)
- update rust crate once_cell to 1.15 (#137)
- update rust crate sha2 to 0.10.6 (#148)
- update rust crate thiserror to 1.0.37 (#149)

## 0.5.0

### Bug Fixes
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.0"
version = "0.5.1"
authors = ["Michael Bryant <[email protected]>"]
edition = "2021"
license = "BSD-3-Clause"
Expand Down

0 comments on commit b72b4a5

Please sign in to comment.