Skip to content

Commit 3f4f742

Browse files
committed
chore(release): prepare for 0.2.0
1 parent 2f2dbf1 commit 3f4f742

File tree

3 files changed

+49
-2
lines changed

3 files changed

+49
-2
lines changed

CHANGELOG.md

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,53 @@
22

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

5+
## 0.2.0 - 2024-09-30
6+
7+
✨ See the blog post about this release: <https://binsider.dev/blog/v020/>
8+
9+
### 🚀 Features
10+
11+
- *(ui)* Add loading/splash screen by @orhun in [#55](https://github.com/orhun/binsider/pull/55)
12+
- *(lib)* Add example/documentation about using as a library by @orhun in [#52](https://github.com/orhun/binsider/pull/52)
13+
- *(dynamic)* Support running binaries with CLI arguments by @orhun in [#49](https://github.com/orhun/binsider/pull/49)
14+
- *(static)* Reorder symbol table for better readability by @orhun in [#42](https://github.com/orhun/binsider/pull/42)
15+
- *(dynamic)* Make dynamic analysis optional for better platform support by @orhun in [#31](https://github.com/orhun/binsider/pull/31)
16+
- *(tui)* Improve the white theme support by @orhun in [#23](https://github.com/orhun/binsider/pull/23)
17+
- *(nix)* Add a simple flake.nix by @jla2000 in [#14](https://github.com/orhun/binsider/pull/14)
18+
19+
### 🐛 Bug Fixes
20+
21+
- *(ui)* Avoid crashing when logo does not fit the terminal by @orhun
22+
- *(test)* Update file info arguments by @orhun
23+
- *(dynamic)* Fix locating the binary by @orhun in [#48](https://github.com/orhun/binsider/pull/48)
24+
- *(dynamic)* Sort the shared library list by @orhun in [#37](https://github.com/orhun/binsider/pull/37)
25+
- *(strings)* Replace unicode whitespace for correct rendering by @orhun in [#28](https://github.com/orhun/binsider/pull/28)
26+
- *(file)* Do not panic if creation time is not supported by @orhun in [#25](https://github.com/orhun/binsider/pull/25)
27+
- *(tui)* Stop the event handler on quit by @orhun in [#24](https://github.com/orhun/binsider/pull/24)
28+
- *(flake)* Fix test failure on Nix by @ch4og in [#30](https://github.com/orhun/binsider/pull/30)
29+
- *(docker)* Fix inconsistent keyword casing by @orhun
30+
- *(ci)* Only run library unit tests in CI by @orhun
31+
- *(test)* Ensure that binary is built before the test runs by @samueltardieu in [#11](https://github.com/orhun/binsider/pull/11)
32+
- *(website)* Handle GitHub release version correctly by @orhun
33+
34+
### 📚 Documentation
35+
36+
- *(blog)* Add blog post for 0.2.0 release by @orhun in [#53](https://github.com/orhun/binsider/pull/53)
37+
38+
### ⚙️ Miscellaneous Tasks
39+
40+
- *(website)* Add discord link by @orhun
41+
- *(changelog)* Update git-cliff config by @orhun
42+
- *(website)* Do not deploy website for pull requests by @orhun
43+
44+
## New Contributors
45+
46+
* @ch4og made their first contribution in [#30](https://github.com/orhun/binsider/pull/30)
47+
* @samueltardieu made their first contribution in [#11](https://github.com/orhun/binsider/pull/11)
48+
* @jla2000 made their first contribution in [#14](https://github.com/orhun/binsider/pull/14)
49+
50+
**Full Changelog**: https://github.com/orhun/binsider/compare/v0.1.0...v0.2.0
51+
552
## 0.1.0 - 2024-09-11
653

754
Initial release 🚀

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "binsider"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
description = "Analyze ELF binaries like a boss"
55
authors = ["Orhun Parmaksız <orhunparmaksiz@gmail.com>"]
66
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)