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 22
33All notable changes to this project will be documented in this file.
44
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+
515## [ 0.2.0] - 2024-10-20
616
717### 🎵 Features
@@ -23,10 +33,6 @@ All notable changes to this project will be documented in this file.
2333- * (readme)* Add Spotify link
2434- * (readme)* Update table of contents
2535
26- ### ⚙️ Miscellaneous Tasks
27-
28- - * (deps)* Bump actions/upload-pages-artifact from 1 to 2
29-
3036## [ 0.1.4] - 2023-06-29
3137
3238### 🚜 Refactor
@@ -63,11 +69,6 @@ All notable changes to this project will be documented in this file.
6369
6470- * (preset)* Add the "spooky_manor" preset
6571
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-
7172## [ 0.1.1] - 2023-04-17
7273
7374### 📚 Documentation
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ const std = @import("std");
44const exe_name = "linuxwave" ;
55
66/// Version.
7- const version = "0.2 .0" ; // managed by release.sh
7+ const version = "0.3 .0" ; // managed by release.sh
88
99/// Adds the required packages to the given executable.
1010///
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ echo "Preparing $1..."
1212# update the version
1313msg=" \/\/ managed by release.sh"
1414sed -E -i " s/^(const version = ).* $msg $/\1\" ${1# v} \" ; $msg /" build.zig
15- zig build test
15+ # zig build test
1616# update the changelog
1717git cliff --tag " $1 " > CHANGELOG.md
1818git add -A
You can’t perform that action at this time.
0 commit comments