Skip to content

Commit

Permalink
Release 0.36.7 (#751)
Browse files Browse the repository at this point in the history
Includes build.rs in package.
  • Loading branch information
philipc authored Dec 21, 2024
1 parent fa4499b commit 5b66b69
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,19 @@

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

## 0.36.7

Released 2024/12/21.

### Changed

* Included `build.rs` in package.

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

## 0.36.6

Released 2024/10/21.
Released 2024/12/21.

### Added

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.

3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "object"
version = "0.36.6"
version = "0.36.7"
edition = "2018"
keywords = ["object", "elf", "mach-o", "pe", "coff"]
license = "Apache-2.0 OR MIT"
Expand All @@ -10,6 +10,7 @@ repository = "https://github.com/gimli-rs/object"
rust-version = "1.65"
description = "A unified interface for reading and writing object file formats."
include = [
"/build.rs",
"/Cargo.toml",
"/CHANGELOG.md",
"/README.md",
Expand Down

0 comments on commit 5b66b69

Please sign in to comment.