Releases: lookbusy1344/HashRust
Releases · lookbusy1344/HashRust
v1.6.4
What's Changed
- chore(deps): bump digest from 0.11.2 to 0.11.3 by @dependabot[bot] in #61
- chore(deps): bump sha3 from 0.11.0 to 0.12.0 by @dependabot[bot] in #62
- chore(deps): bump generic-array from 1.4.1 to 1.4.2 by @dependabot[bot] in #63
Full Changelog: v1.6.3...v1.6.4
v1.6.3
What's Changed
- chore(deps): bump whirlpool from 0.10.4 to 0.11.0 by @dependabot[bot] in #52
- chore(deps): bump sha1 from 0.10.6 to 0.11.0 by @dependabot[bot] in #53
- chore(deps): bump sha2 from 0.10.9 to 0.11.0 by @dependabot[bot] in #54
- chore(deps): bump md-5 from 0.10.6 to 0.11.0 by @dependabot[bot] in #55
- chore(deps): bump sha3 from 0.11.0-rc.9 to 0.11.0 by @dependabot[bot] in #56
- chore(deps): bump blake2 from 0.11.0-rc.5 to 0.11.0-rc.6 by @dependabot[bot] in #57
- chore(deps): bump rayon from 1.11.0 to 1.12.0 by @dependabot[bot] in #58
- chore(deps): bump data-encoding from 2.10.0 to 2.11.0 by @dependabot[bot] in #59
- chore(deps): bump generic-array from 1.3.5 to 1.4.1 by @dependabot[bot] in #60
Full Changelog: v1.6.2...v1.6.3
v1.6.2
What's Changed
- chore(deps): bump tempfile from 3.26.0 to 3.27.0 by @dependabot[bot] in #51
Full Changelog: v1.6.1...v1.6.2
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'