Skip to content

Commit

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

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

## [0.1.0] - 2023-04-17

### 🎡 Features

- *(docs)* Add a man page

### 🚜 Refactor

- *(ci)* Remove unnecessary node options

### πŸ“š Documentation

- *(readme)* Add demo link
- *(readme)* Add motivation section
- *(website)* Add demo link to website

### 🎨 Styling

- *(readme)* Set the alignment to center for demo link
- *(readme)* Center the demo text

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

### 🎡 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-rc.4"; // managed by release.sh
const version = "0.1.0"; // managed by release.sh

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

0 comments on commit 5bf601d

Please sign in to comment.