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 4ac5fde commit 21770bdCopy full SHA for 21770bd
2 files changed
βCHANGELOG.mdβ
@@ -2,6 +2,20 @@
2
3
All notable changes to this project will be documented in this file.
4
5
+## [0.1.3] - 2023-04-19
6
+
7
+### π΅ Features
8
9
+- *(cd)* Publish the signed source code which includes submodules
10
11
+### π Documentation
12
13
+- *(readme)* Add stdout playback example
14
15
+### βοΈ Miscellaneous Tasks
16
17
+- *(ci)* Use Zig 0.10.1 for CI/CD
18
19
## [0.1.2] - 2023-04-17
20
21
### π Bug Fixes
βbuild.zigβ
@@ -4,7 +4,7 @@ const std = @import("std");
const exe_name = "linuxwave";
/// Version.
-const version = "0.1.2"; // managed by release.sh
+const version = "0.1.3"; // managed by release.sh
/// Adds the required packages to the given executable.
///
0 commit comments