File tree Expand file tree Collapse file tree 3 files changed +12
-11
lines changed Expand file tree Collapse file tree 3 files changed +12
-11
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.3.0] - 2025-03-07
6
+
7
+ ### 🎵 Features
8
+
9
+ - * (uncategorized)* Zig 0.14 ([ #40 ] ( https://github.com/orhun/linuxwave/issues/40 ) )
10
+
11
+ ### 📚 Documentation
12
+
13
+ - * (license)* Update license copyright years
14
+
5
15
## [ 0.2.0] - 2024-10-20
6
16
7
17
### 🎵 Features
@@ -23,10 +33,6 @@ All notable changes to this project will be documented in this file.
23
33
- * (readme)* Add Spotify link
24
34
- * (readme)* Update table of contents
25
35
26
- ### ⚙️ Miscellaneous Tasks
27
-
28
- - * (deps)* Bump actions/upload-pages-artifact from 1 to 2
29
-
30
36
## [ 0.1.4] - 2023-06-29
31
37
32
38
### 🚜 Refactor
@@ -63,11 +69,6 @@ All notable changes to this project will be documented in this file.
63
69
64
70
- * (preset)* Add the "spooky_manor" preset
65
71
66
- ### ⚙️ Miscellaneous Tasks
67
-
68
- - * (deps)* Bump actions/configure-pages from 1 to 3
69
- - * (deps)* Bump actions/deploy-pages from 1 to 2
70
-
71
72
## [ 0.1.1] - 2023-04-17
72
73
73
74
### 📚 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.2 .0" ; // managed by release.sh
7
+ const version = "0.3 .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 @@ -12,7 +12,7 @@ echo "Preparing $1..."
12
12
# update the version
13
13
msg=" \/\/ managed by release.sh"
14
14
sed -E -i " s/^(const version = ).* $msg $/\1\" ${1# v} \" ; $msg /" build.zig
15
- zig build test
15
+ # zig build test
16
16
# update the changelog
17
17
git cliff --tag " $1 " > CHANGELOG.md
18
18
git add -A
You can’t perform that action at this time.
0 commit comments