Skip to content

Commit

Permalink
Release 0.0.6 (#67)
Browse files Browse the repository at this point in the history
- Bump version: 0.0.5 → 0.0.6
- Update changelog
- Update changelog contributor credits
- Update dependencies
  • Loading branch information
casey authored Oct 9, 2024
1 parent 1bafb0c commit a529755
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 21 deletions.
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,20 @@
Changelog
=========

[0.0.5](https://github.com/casey/filepack/releases/tag/0.0.4) - 2024-10-07
[0.0.6](https://github.com/casey/filepack/releases/tag/0.0.6) - 2024-10-09
--------------------------------------------------------------------------

### Added
- Add sign command ([#66](https://github.com/casey/filepack/pull/66) by [casey](https://github.com/casey))
- Allow missing files when verifying with `--ignore-missing` ([#61](https://github.com/casey/filepack/pull/61) by [casey](https://github.com/casey))

### Changed
- Store signatures in manifest ([#65](https://github.com/casey/filepack/pull/65) by [casey](https://github.com/casey))
- Sign and verify root hash instead of manifest hash ([#64](https://github.com/casey/filepack/pull/64) by [casey](https://github.com/casey))
- Save metadata to `metadata.json` ([#63](https://github.com/casey/filepack/pull/63) by [casey](https://github.com/casey))
- Remove download command ([#62](https://github.com/casey/filepack/pull/62) by [casey](https://github.com/casey))

[0.0.5](https://github.com/casey/filepack/releases/tag/0.0.5) - 2024-10-07
--------------------------------------------------------------------------

### Fixed
Expand Down
38 changes: 19 additions & 19 deletions 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 = "filepack"
version = "0.0.5"
version = "0.0.6"
authors = ["Casey Rodarmor <[email protected]>"]
autotests = false
categories = ["authentication", "command-line-utilities", "cryptography"]
Expand Down

0 comments on commit a529755

Please sign in to comment.