Skip to content

Commit

Permalink
Bump crate version to v0.5.0
Browse files Browse the repository at this point in the history
New interfaces:
* Add File::symbol_version_table() interface to get the GNU extension symbol versioning table
* Add Symbol.is_undefined() helper to check if a symbol is defined in this object
* Add File::section_data() which opportunistically parses the CompressionHeader if present

Bug fixes:
* Fix StringTable to return a ParseError on index out of bounds instead of panicking
* Fix File::section_data_as_rels to properly parse Rels (not Relas)
  • Loading branch information
cole14 committed Oct 30, 2022
1 parent 7006cb2 commit 8771fbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "elf"
version = "0.4.0"
version = "0.5.0"
authors = ["Christopher Cole <[email protected]>"]
license = "MIT/Apache-2.0"
repository = "https://github.com/cole14/rust-elf/"
Expand Down

0 comments on commit 8771fbb

Please sign in to comment.