Skip to content

Commit

Permalink
Merge pull request #510 from wcampbell0x2a/rel-0.15.0
Browse files Browse the repository at this point in the history
rel: 0.15.0
  • Loading branch information
wcampbell0x2a committed Mar 24, 2024
2 parents b1f2e71 + 4dd7d2d commit 35c5905
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [v0.15.0] - 2024-03-24
### `backhand`
- Add support for `Socket` and `NamedFIFO` Inodes in library and extraction binaries. Thanks ([@tnias](https://github.com/tnias)) ([#472](https://github.com/wcampbell0x2a/backhand/pull/472), [#470](https://github.com/wcampbell0x2a/backhand/pull/470))
- Add `FilesytemWriter::push_fifo` and `FilesystemWriter::push_socket`
Expand Down
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ members = [
resolver = "2"

[workspace.package]
version = "0.14.2"
version = "0.15.0"
authors = ["wcampbell <wcampbell1995@gmail.com>"]
license = "MIT OR Apache-2.0"
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ This allows changing the magic bytes, custom compression algorithms, and the End
Add the following to your `Cargo.toml` file:
```toml
[dependencies]
backhand = "0.14.2"
backhand = "0.15.0"
```
### Reading/Writing/Modifying Firmware
```rust,no_run
Expand Down
2 changes: 1 addition & 1 deletion backhand-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ clap_complete = "4.5.1"
indicatif = "0.17.8"
console = "0.15.8"
rayon = "1.9.0"
backhand = { path = "../backhand", default-features = false, version = "0.14.2" }
backhand = { path = "../backhand", default-features = false, version = "0.15.0" }
tracing = "0.1.40"
color-print = "0.3.5"

Expand Down
2 changes: 1 addition & 1 deletion backhand/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
//! Add the following to your `Cargo.toml` file:
//! ```toml
//! [dependencies]
//! backhand = "0.14.2"
//! backhand = "0.15.0"
//! ```
//!
//! ### Reading
Expand Down

0 comments on commit 35c5905

Please sign in to comment.