Skip to content

Commit

Permalink
build: update to 0.4.1; add 1 new contributor, update changelog, add …
Browse files Browse the repository at this point in the history
…alloc to make api
  • Loading branch information
m4b committed May 30, 2021
1 parent d406a4a commit ef33a75
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ Before 1.0, this project does not adhere to [Semantic Versioning](http://semver.

Goblin is now 0.4, which means we will try our best to ease breaking changes. Tracking issue is here: https://github.com/m4b/goblin/issues/97

## [0.4.1] - 2021-5-30
### Fixed
- elf: fix error when alloc, but not endian, thanks @dancrossnyc: https://github.com/m4b/goblin/pull/273

## [0.4.0] - 2021-4-11
### BREAKING
- elf: fix returning invalid ranges for SH_NOBIT sections,
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 = "goblin"
version = "0.4.0"
version = "0.4.1"
authors = [
"m4b <m4b.github.io@gmail.com>",
"seu <seu@panopticon.re>",
Expand Down
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ api:
cargo build --no-default-features --features="elf32 elf64 std"
cargo build --no-default-features --features="elf32 elf64 endian_fd"
cargo build --no-default-features --features="elf32 elf64 endian_fd std"
cargo build --no-default-features --features="elf32 elf64 alloc"
cargo build --no-default-features --features="archive std"
cargo build --no-default-features --features="mach64"
cargo build --no-default-features --features="mach64 std"
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ In lexicographic order:
- [@amanieu]
- [@burjui]
- [@connorkuehl]
- [@dancrossnyc]
- [@ExPixel]
- [@Evian-Zhang]
- [@flanfly]
Expand Down Expand Up @@ -160,6 +161,7 @@ In lexicographic order:
[@amanieu]: https://github.com/amanieu
[@burjui]: https://github.com/burjui
[@connorkuehl]: https://github.com/connorkuehl
[@dancrossnyc]: https://github.com/dancrossnyc
[@Evian-Zhang]: https://github.com/Evian-Zhang
[@ExPixel]: https://github.com/ExPixel
[@flanfly]: https://github.com/flanfly
Expand Down

0 comments on commit ef33a75

Please sign in to comment.