Skip to content

Commit

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

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

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

### 🎡 Features

- *(website)* Add a landing page

### 🚜 Refactor

- *(ci)* Remove unnecessary OS from build matrixes
- *(lib)* Extract reusable modules as packages

### πŸ“š Documentation

- *(lib)* Support auto-generation of documentation with a build flag
- *(readme)* Mention the API documentation
- *(readme)* Add documentation build badge

### 🎨 Styling

- *(readme)* Use HTML for the badges
- *(readme)* Fix centering the badges
- *(readme)* Center the badges

### βš™οΈ Miscellaneous Tasks

- *(ci)* Fix the grammar for the build job
- *(pages)* Rename deploy step
- *(pages)* Add workflow for deploying documentation

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

### πŸ› Bug Fixes
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.3"; // managed by release.sh
const version = "0.1.0-rc.4"; // managed by release.sh

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

0 comments on commit fbf0ac8

Please sign in to comment.