Releases: lookbusy1344/HashRust
Releases · lookbusy1344/HashRust
v1.6.1
What's Changed
- chore(deps): bump keccak from 0.1.5 to 0.1.6 in the cargo group across 1 directory by @dependabot[bot] in #45
- chore(deps): bump strum from 0.27.2 to 0.28.0 by @dependabot[bot] in #46
- chore(deps): bump anyhow from 1.0.101 to 1.0.102 by @dependabot[bot] in #47
Full Changelog: v1.6.0...v1.6.1
v1.6.0
What's Changed
- Bump data-encoding from 2.9.0 to 2.10.0 by @dependabot[bot] in #40
- Bump generic-array from 0.14.7 to 1.3.5 by @dependabot[bot] in #41
Full Changelog: v1.5.2...v1.6.0
v1.5.2
Full Changelog: v1.5.1...v1.5.2
v1.5.1
What's Changed
- Bump generic-array from 1.3.4 to 1.3.5 by @dependabot[bot] in #37
- Bump indicatif from 0.18.0 to 0.18.2 by @dependabot[bot] in #38
- Bump indicatif from 0.18.2 to 0.18.3 by @dependabot[bot] in #39
Full Changelog: v1.5.0...v1.5.1
v1.5.0
What's Changed
- Bump anyhow from 1.0.94 to 1.0.95 by @dependabot[bot] in #9
- Bump glob from 0.3.1 to 0.3.2 by @dependabot[bot] in #10
- Bump generic-array from 1.1.1 to 1.2.0 by @dependabot[bot] in #11
- Bump data-encoding from 2.6.0 to 2.7.0 by @dependabot[bot] in #12
- Bump data-encoding from 2.7.0 to 2.8.0 by @dependabot[bot] in #13
- Bump strum from 0.26.3 to 0.27.0 by @dependabot[bot] in #14
- Bump strum from 0.27.0 to 0.27.1 by @dependabot[bot] in #15
- Bump anyhow from 1.0.96 to 1.0.97 by @dependabot[bot] in #16
- Bump data-encoding from 2.8.0 to 2.9.0 by @dependabot[bot] in #17
- Bump anyhow from 1.0.97 to 1.0.98 by @dependabot[bot] in #18
- Bump generic-array from 0.14.7 to 1.2.0 by @dependabot[bot] in #19
- Bump sha2 from 0.10.8 to 0.10.9 by @dependabot[bot] in #20
- Bump crc32fast from 1.4.2 to 1.5.0 by @dependabot[bot] in #21
- Bump strum from 0.27.1 to 0.27.2 by @dependabot[bot] in #22
- Bump anyhow from 1.0.98 to 1.0.99 by @dependabot[bot] in #23
- Bump glob from 0.3.2 to 0.3.3 by @dependabot[bot] in #24
- Bump rayon from 1.10.0 to 1.11.0 by @dependabot[bot] in #25
- Add Claude Code GitHub Workflow by @lookbusy1344 in #26
- fix: bugs and improvements for issue #27 by @lookbusy1344 in #28
- Add performance improvements and standardize error handling by @lookbusy1344 in #30
- Refactor project into logical modules by @lookbusy1344 in #32
- Bump generic-array from 1.2.0 to 1.3.3 by @dependabot[bot] in #33
- Bump generic-array from 1.3.3 to 1.3.4 by @dependabot[bot] in #34
- Add GitHub release workflow for multi-platform builds by @lookbusy1344 in #35
New Contributors
- @lookbusy1344 made their first contribution in #26
Full Changelog: v1.4.2...v1.5.0
win-x64 v1.4.2
Updating dependencies, and wider using of generic string types
win-x64 v1.4.1
RustRover refactoring, and accepting 'SHA-256' as an alias for 'SHA2-256'
win-x64 v1.4.0
This version supports hex, base32 and base64 encoding of the hashes. Hex remains the default.
Built with Rust 1.78.0
hash_rust win-x64
v1.3.1 Bumping dependencies and prep for v1.3.1
hash_rust win-x64
Using heap allocated buffers, 32k or file size if smaller