Skip to content

Commit

Permalink
chore(release): prepare for v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed Oct 20, 2024
1 parent 11d7001 commit 3a89b23
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

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

## [0.2.0] - 2024-10-20

### 🎵 Features

- *(uncategorized)* [**breaking**] Rewrite for Zig 0.12/0.13 ([#28](https://github.com/orhun/linuxwave/issues/28))

### 🐛 Bug Fixes

- *(test)* Add back `main` test ([#30](https://github.com/orhun/linuxwave/issues/30))

### ⚙️ Miscellaneous Tasks

- *(website)* Update tracking link

## [0.1.5] - 2023-07-21

### 📚 Documentation
Expand Down
2 changes: 1 addition & 1 deletion build.zig
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const std = @import("std");
const exe_name = "linuxwave";

/// Version.
const version = "0.1.5"; // managed by release.sh
const version = "0.2.0"; // managed by release.sh

/// Adds the required packages to the given executable.
///
Expand Down
1 change: 1 addition & 0 deletions cliff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ commit_parsers = [
{ message = "^style", group = "<!-- 5 -->🎨 Styling" },
{ message = "^test", group = "<!-- 6 -->🧪 Testing" },
{ message = "^chore\\(release\\): prepare for", skip = true },
{ message = "^chore\\(deps\\):", skip = true },
{ message = "^chore\\(pr\\)", skip = true },
{ message = "^chore\\(pull\\)", skip = true },
{ message = "^chore", group = "<!-- 7 -->⚙️ Miscellaneous Tasks" },
Expand Down

0 comments on commit 3a89b23

Please sign in to comment.