File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed
Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 22
33All notable changes to this project will be documented in this file.
44
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+
519## [ 0.1.2] - 2023-04-17
620
721### π Bug Fixes
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ const std = @import("std");
44const exe_name = "linuxwave" ;
55
66/// Version.
7- const version = "0.1.2 " ; // managed by release.sh
7+ const version = "0.1.3 " ; // managed by release.sh
88
99/// Adds the required packages to the given executable.
1010///
You canβt perform that action at this time.
0 commit comments