Skip to content

Commit cb96c4b

Browse files
committed
chore(release): v2.0.1
1 parent d7b2856 commit cb96c4b

3 files changed

Lines changed: 21 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,21 @@ All notable changes to `waka` are documented here.
55
Format: [Conventional Commits](https://www.conventionalcommits.org/)
66
Versioning: [Semantic Versioning](https://semver.org/)
77

8+
## [2.0.1] - 2026-03-02
9+
10+
### 🐛 Bug Fixes
11+
12+
- **update**: Replace cargo install with GitHub Releases download ([`b1c7dbd`](https://github.com/mouwaficbdr/waka/commit/b1c7dbd08091d9c60247238e09f6f53d9d1e51e3))
13+
- **render**: Correct box border width calculation to eliminate visual artifact on right side ([`d7b2856`](https://github.com/mouwaficbdr/waka/commit/d7b285667c815c85fabcd3ae370e8542491c8d1a))
14+
15+
### ⚙️ CI/CD
16+
17+
- Remove invalid [cargo] section from deny.toml ([`fbf32a8`](https://github.com/mouwaficbdr/waka/commit/fbf32a8073a8cab463e3e414a9a99f2dd611808f))
18+
19+
### 🔧 Miscellaneous
20+
21+
- **changelog**: Update CHANGELOG for v2.0.0 ([`6570ad3`](https://github.com/mouwaficbdr/waka/commit/6570ad361f1967bd8fc7debae970b682e2f26d9c))
22+
823
## [2.0.0] - 2026-03-02
924

1025
### 🚀 Features

Cargo.lock

Lines changed: 5 additions & 5 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
@@ -10,7 +10,7 @@ members = [
1010
resolver = "2"
1111

1212
[workspace.package]
13-
version = "2.0.0"
13+
version = "2.0.1"
1414
edition = "2021"
1515
rust-version = "1.88.0" # Effective MSRV — transitive deps require ≥1.88; see SPEC_GAPS.md
1616
authors = ["waka contributors"]

0 commit comments

Comments
 (0)