Skip to content

Commit 03bc7f5

Browse files
committed
chore(release): bump version
1 parent 37433c1 commit 03bc7f5

File tree

4 files changed

+34
-3
lines changed

4 files changed

+34
-3
lines changed

CHANGELOG.md

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

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

5+
## 0.2.1 - 2024-10-10
6+
7+
### 🚀 Features
8+
9+
- *(tui)* Use stdout for rendering by @orhun in [#79](https://github.com/orhun/binsider/pull/79)
10+
- *(ui)* Support shift+tab for going to the previous tab by @XXMA16 in [#70](https://github.com/orhun/binsider/pull/70)
11+
- *(cli)* Add `--tab` argument by @josueBarretogit in [#60](https://github.com/orhun/binsider/pull/60)
12+
- *(general)* Display the number of shared libraries by @sumit0190 in [#58](https://github.com/orhun/binsider/pull/58)
13+
14+
### 🐛 Bug Fixes
15+
16+
- *(tui)* [**breaking**] Query the terminal background once by @orhun in [#62](https://github.com/orhun/binsider/pull/62)
17+
- *(flake)* Add missing meta section to flake by @ch4og in [#74](https://github.com/orhun/binsider/pull/74)
18+
- *(cd)* Enable cross compilationby @orhun
19+
20+
### ⚡ Performance
21+
22+
- *(flake)* Speed up rebuild by using naersk by @ch4og in [#76](https://github.com/orhun/binsider/pull/76)
23+
24+
### ⚙️ Miscellaneous Tasks
25+
26+
- *(deny)* Update ignored advisoriesby @orhun
27+
- *(ci)* Add nix flake build by @ch4og in [#75](https://github.com/orhun/binsider/pull/75)
28+
29+
## New Contributors
30+
* @XXMA16 made their first contribution in [#70](https://github.com/orhun/binsider/pull/70)
31+
* @josueBarretogit made their first contribution in [#60](https://github.com/orhun/binsider/pull/60)
32+
* @sumit0190 made their first contribution in [#58](https://github.com/orhun/binsider/pull/58)
33+
34+
**Full Changelog**: https://github.com/orhun/binsider/compare/v0.2.0...0.2.1
35+
536
## 0.2.0 - 2024-09-30
637

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

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.2.0"
3+
version = "0.2.1"
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)