Skip to content

Commit ac27d3a

Browse files
committed
chore(release): bump version
1 parent 07800cd commit ac27d3a

4 files changed

Lines changed: 50 additions & 4 deletions

File tree

CHANGELOG.md

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

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

5+
## 0.3.0 - 2025-11-30
6+
7+
### 🚀 Features
8+
9+
- *(static)* Add human readable option for Static/Section headers/ Size by @dacianpascu06 in [#96](https://github.com/orhun/binsider/pull/96)
10+
- *(static)* Add human readable option for program headers by @dacianpascu06 in [#77](https://github.com/orhun/binsider/pull/77)
11+
12+
### 🐛 Bug Fixes
13+
14+
- Fix compilation and CI errors by @ibidani in [#136](https://github.com/orhun/binsider/pull/136)
15+
- *(ui)* Don't exit when typing 'q' in hexdump search and jump by @MykBamberg in [#132](https://github.com/orhun/binsider/pull/132)
16+
- *(fileinfo)* Remove unsupported Windows calls by @orhun
17+
- *(fileinfo)* Fix the Windows fs handling by @orhun
18+
- *(fileinfo)* Implement for Windows target by @orhun in [#120](https://github.com/orhun/binsider/pull/120)
19+
- *(clippy)* Apply clippy suggestions by @nyurik
20+
- *(strings)* Check for string length to avoid overflow by @godzie44 in [#91](https://github.com/orhun/binsider/pull/91)
21+
- *(dynamic)* Only allow tracing calls while on the dynamic analysis tab by @orhun in [#83](https://github.com/orhun/binsider/pull/83)
22+
23+
### 📚 Documentation
24+
25+
- *(readme)* Update github link to @harunocaksiz by @orhun
26+
- *(website)* Add 180x180 `apple-touch-icon.png` by @fujiapple852 in [#108](https://github.com/orhun/binsider/pull/108)
27+
- *(website)* Remove duplicate architecture.md by @mandarvaze in [#94](https://github.com/orhun/binsider/pull/94)
28+
- *(architecture)* Polish the diagram by @orhun
29+
- *(architecture)* Add architecture diagram by @mandarvaze in [#88](https://github.com/orhun/binsider/pull/88)
30+
31+
### ⚙️ Miscellaneous Tasks
32+
33+
- *(flake)* Update flake.lock by @osbm
34+
- *(funding)* Add wellKnown directory by @orhun
35+
- *(github)* Create PRs for nix flake updates automatically by @ch4og in [#85](https://github.com/orhun/binsider/pull/85)
36+
- *(ci)* Track dependencies updates to add them to Nix cache by @ch4og in [#84](https://github.com/orhun/binsider/pull/84)
37+
38+
## New Contributors
39+
40+
* @ibidani made their first contribution in [#136](https://github.com/orhun/binsider/pull/136)
41+
* @MykBamberg made their first contribution in [#132](https://github.com/orhun/binsider/pull/132)
42+
* @nyurik made their first contribution in [#116](https://github.com/orhun/binsider/pull/116)
43+
* @fujiapple852 made their first contribution in [#108](https://github.com/orhun/binsider/pull/108)
44+
* @osbm made their first contribution
45+
* @dacianpascu06 made their first contribution in [#96](https://github.com/orhun/binsider/pull/96)
46+
* @mandarvaze made their first contribution in [#94](https://github.com/orhun/binsider/pull/94)
47+
* @godzie44 made their first contribution in [#91](https://github.com/orhun/binsider/pull/91)
48+
49+
**Full Changelog**: https://github.com/orhun/binsider/compare/v0.2.1...0.3.0
50+
551
## 0.2.1 - 2024-10-10
652

753
### 🚀 Features

Cargo.lock

Lines changed: 2 additions & 2 deletions
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.2.1"
3+
version = "0.3.0"
44
description = "Analyze ELF binaries like a boss"
55
authors = ["Orhun Parmaksız <orhunparmaksiz@gmail.com>"]
66
license = "MIT OR Apache-2.0"

cliff.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ body = """
2525
- {% if commit.scope %}*({{ commit.scope }})* {% endif %}\
2626
{% if commit.breaking %}[**breaking**] {% endif %}\
2727
{{ commit.message | upper_first }}\
28-
{% if commit.remote.username %}by @{{ commit.remote.username }}{%- endif -%}\
28+
{% if commit.remote.username %} by @{{ commit.remote.username }}{%- endif -%}\
2929
{% if commit.remote.pr_number %} in \
3030
[#{{ commit.remote.pr_number }}]({{ self::remote_url() }}/pull/{{ commit.remote.pr_number }})
3131
{%- endif %}\

0 commit comments

Comments
 (0)