Skip to content

Commit

Permalink
chore(release): prepare for 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed Sep 30, 2024
1 parent 2f2dbf1 commit 3f4f742
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 2 deletions.
47 changes: 47 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,53 @@

[**binsider**](https://binsider.dev): Analyze ELF binaries like a boss 😼🕵️‍♂️

## 0.2.0 - 2024-09-30

✨ See the blog post about this release: <https://binsider.dev/blog/v020/>

### 🚀 Features

- *(ui)* Add loading/splash screen by @orhun in [#55](https://github.com/orhun/binsider/pull/55)
- *(lib)* Add example/documentation about using as a library by @orhun in [#52](https://github.com/orhun/binsider/pull/52)
- *(dynamic)* Support running binaries with CLI arguments by @orhun in [#49](https://github.com/orhun/binsider/pull/49)
- *(static)* Reorder symbol table for better readability by @orhun in [#42](https://github.com/orhun/binsider/pull/42)
- *(dynamic)* Make dynamic analysis optional for better platform support by @orhun in [#31](https://github.com/orhun/binsider/pull/31)
- *(tui)* Improve the white theme support by @orhun in [#23](https://github.com/orhun/binsider/pull/23)
- *(nix)* Add a simple flake.nix by @jla2000 in [#14](https://github.com/orhun/binsider/pull/14)

### 🐛 Bug Fixes

- *(ui)* Avoid crashing when logo does not fit the terminal by @orhun
- *(test)* Update file info arguments by @orhun
- *(dynamic)* Fix locating the binary by @orhun in [#48](https://github.com/orhun/binsider/pull/48)
- *(dynamic)* Sort the shared library list by @orhun in [#37](https://github.com/orhun/binsider/pull/37)
- *(strings)* Replace unicode whitespace for correct rendering by @orhun in [#28](https://github.com/orhun/binsider/pull/28)
- *(file)* Do not panic if creation time is not supported by @orhun in [#25](https://github.com/orhun/binsider/pull/25)
- *(tui)* Stop the event handler on quit by @orhun in [#24](https://github.com/orhun/binsider/pull/24)
- *(flake)* Fix test failure on Nix by @ch4og in [#30](https://github.com/orhun/binsider/pull/30)
- *(docker)* Fix inconsistent keyword casing by @orhun
- *(ci)* Only run library unit tests in CI by @orhun
- *(test)* Ensure that binary is built before the test runs by @samueltardieu in [#11](https://github.com/orhun/binsider/pull/11)
- *(website)* Handle GitHub release version correctly by @orhun

### 📚 Documentation

- *(blog)* Add blog post for 0.2.0 release by @orhun in [#53](https://github.com/orhun/binsider/pull/53)

### ⚙️ Miscellaneous Tasks

- *(website)* Add discord link by @orhun
- *(changelog)* Update git-cliff config by @orhun
- *(website)* Do not deploy website for pull requests by @orhun

## New Contributors

* @ch4og made their first contribution in [#30](https://github.com/orhun/binsider/pull/30)
* @samueltardieu made their first contribution in [#11](https://github.com/orhun/binsider/pull/11)
* @jla2000 made their first contribution in [#14](https://github.com/orhun/binsider/pull/14)

**Full Changelog**: https://github.com/orhun/binsider/compare/v0.1.0...v0.2.0

## 0.1.0 - 2024-09-11

Initial release 🚀
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "binsider"
version = "0.1.0"
version = "0.2.0"
description = "Analyze ELF binaries like a boss"
authors = ["Orhun Parmaksız <[email protected]>"]
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit 3f4f742

Please sign in to comment.