Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9a3e707

Browse files
Merge pull request #696 from wcampbell0x2a/rel-0-20-0
rel: v0.20.0
2 parents 4f42f74 + 2a3db47 commit 9a3e707

6 files changed

Lines changed: 8 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
## [Unreleased]
9+
10+
## [v0.20.0] - 2025-01-17
911
### `backhand`
1012
- Remove incorrect check for `ExtendedDirectory` index count ([#691](https://github.com/wcampbell0x2a/backhand/pull/691))
1113
- Correctly support `ExtendedFile` ([#691](https://github.com/wcampbell0x2a/backhand/pull/691))

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ members = [
99
resolver = "2"
1010

1111
[workspace.package]
12-
version = "0.19.0"
12+
version = "0.20.0"
1313
authors = ["wcampbell <[email protected]>"]
1414
license = "MIT OR Apache-2.0"
1515
edition = "2021"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ This allows changing the magic bytes, custom compression algorithms, and the End
2525
Add the following to your `Cargo.toml` file:
2626
```toml
2727
[dependencies]
28-
backhand = "0.19.0"
28+
backhand = "0.20.0"
2929
```
3030

3131
#### Target Support

backhand-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ clap_complete = "4.5.13"
2020
indicatif = "0.17.8"
2121
console = "0.15.8"
2222
rayon = "1.10.0"
23-
backhand = { path = "../backhand", default-features = false, version = "0.19.0" }
23+
backhand = { path = "../backhand", default-features = false, version = "0.20.0" }
2424
tracing = "0.1.40"
2525
color-print = "0.3.6"
2626
clap-cargo = "0.15.0"

backhand/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
//! Add the following to your `Cargo.toml` file:
66
//! ```toml
77
//! [dependencies]
8-
//! backhand = "0.19.0"
8+
//! backhand = "0.20.0"
99
//! ```
1010
//!
1111
//! ### Reading

0 commit comments

Comments
 (0)