Skip to content

Commit

Permalink
chore(release): prepare for v0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed Jun 29, 2023
1 parent 07cd7c2 commit 86bbfc4
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

All notable changes to this project will be documented in this file.

## [0.1.4] - 2023-06-29

### 🚜 Refactor

- *(build)* Use Builder's fmt function to avoid using allocator
- *(build)* Use built-in allocator

### 📚 Documentation

- *(readme)* Add installation instruction for Void Linux
- *(readme)* Simplify the Docker command

## [0.1.3] - 2023-04-19

### 🎵 Features
Expand Down
2 changes: 1 addition & 1 deletion build.zig
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const std = @import("std");
const exe_name = "linuxwave";

/// Version.
const version = "0.1.3"; // managed by release.sh
const version = "0.1.4"; // managed by release.sh

/// Adds the required packages to the given executable.
///
Expand Down

0 comments on commit 86bbfc4

Please sign in to comment.