Skip to content

Commit 6364ec0

Browse files
committed
chore(release): prepare for v0.1.5
1 parent ee40607 commit 6364ec0

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

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

5+
## [0.1.5] - 2023-07-21
6+
7+
### 📚 Documentation
8+
9+
- *(readme)* Add Spotify link
10+
- *(readme)* Update table of contents
11+
12+
### ⚙️ Miscellaneous Tasks
13+
14+
- *(deps)* Bump actions/upload-pages-artifact from 1 to 2
15+
516
## [0.1.4] - 2023-06-29
617

718
### 🚜 Refactor

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.1.4"; // managed by release.sh
7+
const version = "0.1.5"; // managed by release.sh
88

99
/// Adds the required packages to the given executable.
1010
///

0 commit comments

Comments
 (0)