Skip to content

Commit

Permalink
build: bump version to 0.9.1; update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
m4b committed Oct 25, 2024
1 parent 6c5acef commit 5b0382c
Show file tree
Hide file tree
Showing 2 changed files with 5 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.9, which means we will try our best to ease breaking changes. Tracking issue is here: https://github.com/m4b/goblin/issues/97

## [0.9.1] - 2024-10-24
### (hot) Fix
pe: fix parsing of tls in certain cases (issue: https://github.com/m4b/goblin/issues/424), thanks @kkent030315: https://github.com/m4b/goblin/pull/425

## [0.9.0] - 2024-10-20
### Added, Breaking
pe: add TE (terse executable) support, big thanks @Javagedes: https://github.com/m4b/goblin/pull/397
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.9.0"
version = "0.9.1"
authors = [
"m4b <m4b.github.io@gmail.com>",
"seu <seu@panopticon.re>",
Expand Down

0 comments on commit 5b0382c

Please sign in to comment.