Releases: evervault/evervault-cli
Releases · evervault/evervault-cli
Release list
v4.5.0
What's Changed
- fix: batch simple dependency bumps by @evervault-dependencies in #228
- Bump openssl from 0.10.78 to 0.10.80 by @dependabot[bot] in #230
- Bump rand from 0.8.5 to 0.8.6 by @dependabot[bot] in #225
- Add acceptor config changes to CLI by @aNickPlx in #231
New Contributors
- @evervault-dependencies made their first contribution in #228
- @aNickPlx made their first contribution in #231
Full Changelog: v4.4.2...v4.5.0
4.5.0
v4.4.2
4.4.2
Bump git2 from 0.20.0 to 0.20.4 (#223) Bumps [git2](https://github.com/rust-lang/git2-rs) from 0.20.0 to 0.20.4. - [Changelog](https://github.com/rust-lang/git2-rs/blob/git2-0.20.4/CHANGELOG.md) - [Commits](https://github.com/rust-lang/git2-rs/compare/git2-0.20.0...git2-0.20.4) --- updated-dependencies: - dependency-name: git2 dependency-version: 0.20.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4.4.1
Add integrity check on CLI install (#197) Introduce checksums for released binaries and the install script. Customers can use the checksum to verify the integrity of the released assets.
v4.4.0
4.4.0
Add cors config to enclave CLI (#168) * Add cors config to enclave CLI * Fix missing bracket after rebase * Add missing field * Fix tests * Format * remove unneeded file
v4.3.1
4.3.1
fix: remove to_string call on encrypted strings, replace with string …