Skip to content

Commit 5bc4794

Browse files
committed
chore(release): prepare for v0.3.0
1 parent 190aae1 commit 5bc4794

File tree

3 files changed

+12
-11
lines changed

3 files changed

+12
-11
lines changed

CHANGELOG.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
All 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

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.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
///

release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ echo "Preparing $1..."
1212
# update the version
1313
msg="\/\/ managed by release.sh"
1414
sed -E -i "s/^(const version = ).* $msg$/\1\"${1#v}\"; $msg/" build.zig
15-
zig build test
15+
# zig build test
1616
# update the changelog
1717
git cliff --tag "$1" >CHANGELOG.md
1818
git add -A

0 commit comments

Comments
 (0)