Skip to content

Commit

Permalink
chore(release): prepare for v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed Apr 17, 2023
1 parent ca62679 commit a6000ac
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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

## [0.1.1] - 2023-04-17

### 📚 Documentation

- *(readme)* Add submodule update step for building from source
- *(readme)* Add installation instructions for Arch Linux

## [0.1.0] - 2023-04-17

### 🎵 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.0"; // managed by release.sh
const version = "0.1.1"; // managed by release.sh

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

0 comments on commit a6000ac

Please sign in to comment.