Skip to content

Commit 21770bd

Browse files
committed
chore(release): prepare for v0.1.3
1 parent 4ac5fde commit 21770bd

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

β€ŽCHANGELOG.mdβ€Ž

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

33
All 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

β€Ž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.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
///

0 commit comments

Comments
Β (0)