Skip to content

Commit ee0b8b4

Browse files
committed
prepare for release v3.0.0
1 parent baff9f8 commit ee0b8b4

10 files changed

+527
-195
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,21 @@ All notable changes to this project will be documented in this file. The format
44

55
## [Released]
66

7+
## [3.0.0] - 2024-11-08
8+
9+
### Changed
10+
- the ``local`` subcommand now provides two options [`--file`, `--buffer`], the file path no longer needs to be specified via a separate argument
11+
- `--file` calculate a hash sum from a local file
12+
- `--buffer` calculate a hash sum from any given byte-buffer (e.g. String)
13+
- Refactoring
14+
- Update dependencies
15+
16+
### Added
17+
- Now the following hash algorithms are available:
18+
- SHA2-224
19+
- SHA2-384
20+
<br>
21+
722
## [2.0.5] - 2024-08-22
823

924
### Changed

0 commit comments

Comments
 (0)