Skip to content

Commit 3a89b23

Browse files
committed
chore(release): prepare for v0.2.0
1 parent 11d7001 commit 3a89b23

File tree

3 files changed

+16
-1
lines changed

3 files changed

+16
-1
lines changed

CHANGELOG.md

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

33
All notable changes to this project will be documented in this file.
44

5+
## [0.2.0] - 2024-10-20
6+
7+
### 🎵 Features
8+
9+
- *(uncategorized)* [**breaking**] Rewrite for Zig 0.12/0.13 ([#28](https://github.com/orhun/linuxwave/issues/28))
10+
11+
### 🐛 Bug Fixes
12+
13+
- *(test)* Add back `main` test ([#30](https://github.com/orhun/linuxwave/issues/30))
14+
15+
### ⚙️ Miscellaneous Tasks
16+
17+
- *(website)* Update tracking link
18+
519
## [0.1.5] - 2023-07-21
620

721
### 📚 Documentation

build.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ const std = @import("std");
44
const exe_name = "linuxwave";
55

66
/// Version.
7-
const version = "0.1.5"; // managed by release.sh
7+
const version = "0.2.0"; // managed by release.sh
88

99
/// Adds the required packages to the given executable.
1010
///

cliff.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ commit_parsers = [
6060
{ message = "^style", group = "<!-- 5 -->🎨 Styling" },
6161
{ message = "^test", group = "<!-- 6 -->🧪 Testing" },
6262
{ message = "^chore\\(release\\): prepare for", skip = true },
63+
{ message = "^chore\\(deps\\):", skip = true },
6364
{ message = "^chore\\(pr\\)", skip = true },
6465
{ message = "^chore\\(pull\\)", skip = true },
6566
{ message = "^chore", group = "<!-- 7 -->⚙️ Miscellaneous Tasks" },

0 commit comments

Comments
 (0)