Releases: andreburgaud/crypt2go
Releases · andreburgaud/crypt2go
v1.8.0
v1.7.0
- Bump golang.org/x/crypto from 0.25.0 to 0.26.0 (dependabot)
- Added go vet to release task in build file
- Fixed ineffectual assignment to err in test file
v1.6.0
- Reverted changes to ensure consistency with encryption/decryption functions in the Go standard library (panic on an error to eliminate any possibility of bypassing problems).
- Added tests to observe panic on encryption/decryption when the input is incorrect.
v1.5.0
- Bumped Go min version to 1.22
- Added update to release target in build file
- Tested with Go version 1.22
v1.4.2
- Bumped x/crypto from 0.17.0 to 0.18.0
- Tested with Go 1.25.6
v1.4.1
- Bumped x/crypto from 0.17.0 to 0.18.0
- Updated documentation (highlighting Blowfish encryption as deprecated)
- Tested with Go 1.21.5
v1.3.2
- Updated the documentation and references.
v1.3.1
- Fixed formatting with
gofmt -s
v1.3.0
- Dependency
x/crypto
updated to 0.11.0
v1.2.0
- No crypt2go code change
- dependency x/crypto updated to 0.6
- Go version updated to 1.20