Skip to content

Commit

Permalink
Bump crate version to v0.7.4
Browse files Browse the repository at this point in the history
Bug Fixes:
* Fix note parsing for notes with n_namesz == (align * x + 1)
  • Loading branch information
cole14 committed Nov 22, 2023
1 parent 3763c3a commit 94d6780
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/)

## [0.7.4] - 2023-11-22

### Bug Fixes

- Fix note parsing for notes with n_namesz == (align * x + 1)

## [0.7.3] - 2023-10-09

### New Features
Expand Down Expand Up @@ -171,6 +177,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
- Add a `no_std` option by fully moving the parser over to lazy zero-alloc parsing patterns.

<!-- next-url -->
[0.7.4]: https://github.com/cole14/rust-elf/compare/v0.7.3...v0.7.4
[0.7.3]: https://github.com/cole14/rust-elf/compare/v0.7.2...v0.7.3
[0.7.2]: https://github.com/cole14/rust-elf/compare/v0.7.1...v0.7.2
[0.7.1]: https://github.com/cole14/rust-elf/compare/v0.7.0...v0.7.1
Expand Down
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.7.3"
version = "0.7.4"
authors = ["Christopher Cole <[email protected]>"]
license = "MIT/Apache-2.0"
repository = "https://github.com/cole14/rust-elf/"
Expand Down

0 comments on commit 94d6780

Please sign in to comment.