Skip to content

Commit

Permalink
Release 0.34.0 (#643)
Browse files Browse the repository at this point in the history
  • Loading branch information
philipc authored Mar 11, 2024
1 parent 791adb0 commit 609f677
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 3 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@

--------------------------------------------------------------------------------

## 0.34.0

Released 2024/03/11.

### Breaking changes

* Replaced `macho::DyldSubCacheInfo` with `macho::DyldSubCacheEntryV1`.
Changed the return type of `macho::DyldCacheHeader::subcaches`.
[#642](https://github.com/gimli-rs/object/pull/642)

### Changed

* Added `macho::DyldSubCacheEntryV2` and changed `read::macho::DyldCache`
to handle both versions. This is needed for macOS 13 and above.
[#642](https://github.com/gimli-rs/object/pull/642)

--------------------------------------------------------------------------------

## 0.33.0

Released 2024/03/05.
Expand Down
2 changes: 1 addition & 1 deletion 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
@@ -1,6 +1,6 @@
[package]
name = "object"
version = "0.33.0"
version = "0.34.0"
edition = "2018"
keywords = ["object", "elf", "mach-o", "pe", "coff"]
license = "Apache-2.0 OR MIT"
Expand Down
2 changes: 1 addition & 1 deletion crates/rewrite/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ include = [
features = ['doc']

[dependencies]
object = { version = "0.33.0", default-features = false, features = ["build", "elf"], path = "../.." }
object = { version = "0.34.0", default-features = false, features = ["build", "elf"], path = "../.." }

# Dependencies for the cli
anyhow = { version = "1.0.79", optional = true }
Expand Down

0 comments on commit 609f677

Please sign in to comment.