Skip to content

Commit 94d6780

Browse files
committed
Bump crate version to v0.7.4
Bug Fixes: * Fix note parsing for notes with n_namesz == (align * x + 1)
1 parent 3763c3a commit 94d6780

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file.
33

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

6+
## [0.7.4] - 2023-11-22
7+
8+
### Bug Fixes
9+
10+
- Fix note parsing for notes with n_namesz == (align * x + 1)
11+
612
## [0.7.3] - 2023-10-09
713

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

173179
<!-- next-url -->
180+
[0.7.4]: https://github.com/cole14/rust-elf/compare/v0.7.3...v0.7.4
174181
[0.7.3]: https://github.com/cole14/rust-elf/compare/v0.7.2...v0.7.3
175182
[0.7.2]: https://github.com/cole14/rust-elf/compare/v0.7.1...v0.7.2
176183
[0.7.1]: https://github.com/cole14/rust-elf/compare/v0.7.0...v0.7.1

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "elf"
3-
version = "0.7.3"
3+
version = "0.7.4"
44
authors = ["Christopher Cole <chris.cole.09@gmail.com>"]
55
license = "MIT/Apache-2.0"
66
repository = "https://github.com/cole14/rust-elf/"

0 commit comments

Comments
 (0)