We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee40607 commit 6364ec0Copy full SHA for 6364ec0
2 files changed
CHANGELOG.md
@@ -2,6 +2,17 @@
2
3
All notable changes to this project will be documented in this file.
4
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
16
## [0.1.4] - 2023-06-29
17
18
### 🚜 Refactor
build.zig
@@ -4,7 +4,7 @@ const std = @import("std");
const exe_name = "linuxwave";
/// Version.
-const version = "0.1.4"; // managed by release.sh
+const version = "0.1.5"; // managed by release.sh
/// Adds the required packages to the given executable.
///
0 commit comments