Skip to content

Commit

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

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

## [0.1.2] - 2023-04-17

### πŸ› Bug Fixes

- *(docker)* Scan the correct docker image

### πŸ“š Documentation

- *(preset)* Add the "spooky_manor" preset

### βš™οΈ Miscellaneous Tasks

- *(deps)* Bump actions/configure-pages from 1 to 3
- *(deps)* Bump actions/deploy-pages from 1 to 2

## [0.1.1] - 2023-04-17

### πŸ“š Documentation
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.1"; // managed by release.sh
const version = "0.1.2"; // managed by release.sh

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

0 comments on commit d74c445

Please sign in to comment.