File tree Expand file tree Collapse file tree 3 files changed +16
-1
lines changed Expand file tree Collapse file tree 3 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to this project will be documented in this file.
4
4
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
+
5
19
## [ 0.1.5] - 2023-07-21
6
20
7
21
### 📚 Documentation
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ const std = @import("std");
4
4
const exe_name = "linuxwave" ;
5
5
6
6
/// Version.
7
- const version = "0.1.5 " ; // managed by release.sh
7
+ const version = "0.2.0 " ; // managed by release.sh
8
8
9
9
/// Adds the required packages to the given executable.
10
10
///
Original file line number Diff line number Diff line change @@ -60,6 +60,7 @@ commit_parsers = [
60
60
{ message = " ^style" , group = " <!-- 5 -->🎨 Styling" },
61
61
{ message = " ^test" , group = " <!-- 6 -->🧪 Testing" },
62
62
{ message = " ^chore\\ (release\\ ): prepare for" , skip = true },
63
+ { message = " ^chore\\ (deps\\ ):" , skip = true },
63
64
{ message = " ^chore\\ (pr\\ )" , skip = true },
64
65
{ message = " ^chore\\ (pull\\ )" , skip = true },
65
66
{ message = " ^chore" , group = " <!-- 7 -->⚙️ Miscellaneous Tasks" },
You can’t perform that action at this time.
0 commit comments