From 6364ec005cb5ee76d1a569806119b4d4fa5448dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Orhun=20Parmaks=C4=B1z?= Date: Fri, 21 Jul 2023 15:05:07 +0300 Subject: [PATCH] chore(release): prepare for v0.1.5 --- CHANGELOG.md | 11 +++++++++++ build.zig | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b628b2..5cae69e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ All notable changes to this project will be documented in this file. +## [0.1.5] - 2023-07-21 + +### 📚 Documentation + +- *(readme)* Add Spotify link +- *(readme)* Update table of contents + +### ⚙️ Miscellaneous Tasks + +- *(deps)* Bump actions/upload-pages-artifact from 1 to 2 + ## [0.1.4] - 2023-06-29 ### 🚜 Refactor diff --git a/build.zig b/build.zig index 77d2dea..dbaa2e5 100644 --- a/build.zig +++ b/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. ///