Skip to content

Commit

Permalink
chore(release): prepare for v0.1.0-rc.3
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed Apr 15, 2023
1 parent cf081bd commit 2747707
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,20 @@

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

## [0.1.0-rc.3] - 2023-04-15

### 🐛 Bug Fixes

- *(cd)* Use windows specific commands

### ⚙️ Miscellaneous Tasks

- *(changelog)* Remove author names from changelog

## [0.1.0-rc.2] - 2023-04-15

### 🎵 Features

- *(cd)* Add different build targets by Orhun Parmaksız
- *(cd)* Add different build targets

<!-- generated by git-cliff -->
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-rc.2"; // managed by release.sh
const version = "0.1.0-rc.3"; // managed by release.sh

pub fn build(b: *std.build.Builder) !void {
// Standard target options allows the person running `zig build` to choose
Expand Down

0 comments on commit 2747707

Please sign in to comment.