Releases: BinFlip/dotscope
Releases · BinFlip/dotscope
Release v0.5.2
Changes in v0.5.2
- feat: add SHA-2 family hash algorithm support (SHA256/384/512) (2e936c9)
Installation
Add this to your Cargo.toml:
[dependencies]
dotscope = "0.5.2"Or install via cargo:
cargo add dotscopeRelease v0.5.1
Changes in v0.5.1
- fix: duplicate CI/CD runs on github when PR is open (465d9e9)
Installation
Add this to your Cargo.toml:
[dependencies]
dotscope = "0.5.1"Or install via cargo:
cargo add dotscopeRelease v0.5.0
Changes in v0.5.0
- fix: fixed double execution of doc tests and trigger fuzzing + audit for PRs to master (901af9d)
Installation
Add this to your Cargo.toml:
[dependencies]
dotscope = "0.5.0"Or install via cargo:
cargo add dotscopeRelease v0.4.0
Release v0.3.2
Release v0.3.1
Release v0.3.0
Changes in v0.3.0
- Merge develop into master for v0.3.0 release (a60a55f)
Installation
Add this to your Cargo.toml:
[dependencies]
dotscope = "0.3.0"Or install via cargo:
cargo add dotscopeRelease v0.2.1
Release v0.2.0
Changes in v0.2.0
- Release - v0.2.0 (6fed319)
Installation
Add this to your Cargo.toml:
[dependencies]
dotscope = "0.2.0"Or install via cargo:
cargo add dotscope