Skip to content

Commit a529755

Browse files
authored
Release 0.0.6 (#67)
- Bump version: 0.0.5 → 0.0.6 - Update changelog - Update changelog contributor credits - Update dependencies
1 parent 1bafb0c commit a529755

3 files changed

Lines changed: 34 additions & 21 deletions

File tree

CHANGELOG.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,20 @@
11
Changelog
22
=========
33

4-
[0.0.5](https://github.com/casey/filepack/releases/tag/0.0.4) - 2024-10-07
4+
[0.0.6](https://github.com/casey/filepack/releases/tag/0.0.6) - 2024-10-09
5+
--------------------------------------------------------------------------
6+
7+
### Added
8+
- Add sign command ([#66](https://github.com/casey/filepack/pull/66) by [casey](https://github.com/casey))
9+
- Allow missing files when verifying with `--ignore-missing` ([#61](https://github.com/casey/filepack/pull/61) by [casey](https://github.com/casey))
10+
11+
### Changed
12+
- Store signatures in manifest ([#65](https://github.com/casey/filepack/pull/65) by [casey](https://github.com/casey))
13+
- Sign and verify root hash instead of manifest hash ([#64](https://github.com/casey/filepack/pull/64) by [casey](https://github.com/casey))
14+
- Save metadata to `metadata.json` ([#63](https://github.com/casey/filepack/pull/63) by [casey](https://github.com/casey))
15+
- Remove download command ([#62](https://github.com/casey/filepack/pull/62) by [casey](https://github.com/casey))
16+
17+
[0.0.5](https://github.com/casey/filepack/releases/tag/0.0.5) - 2024-10-07
518
--------------------------------------------------------------------------
619

720
### Fixed

Cargo.lock

Lines changed: 19 additions & 19 deletions
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 = "filepack"
3-
version = "0.0.5"
3+
version = "0.0.6"
44
authors = ["Casey Rodarmor <casey@rodarmor.com>"]
55
autotests = false
66
categories = ["authentication", "command-line-utilities", "cryptography"]

0 commit comments

Comments
 (0)