From 28ba050b793f9d8994309cc7fa2758ff26a28707 Mon Sep 17 00:00:00 2001 From: cohaereo Date: Sun, 18 Feb 2024 00:11:50 +0100 Subject: [PATCH] Bump version (0.4) --- CHANGELOG.md | 2 ++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e09f9e73..3007f0f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -29,6 +29,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/) ## Unreleased / Rolling Release +## 0.4.0 - 2024-02-18 + ### Added - Auto updater by @cohaereo diff --git a/Cargo.lock b/Cargo.lock index ae5f2e47..c9e8d9a8 100755 --- a/Cargo.lock +++ b/Cargo.lock @@ -102,7 +102,7 @@ dependencies = [ [[package]] name = "alkahest" -version = "0.3.0" +version = "0.4.0" dependencies = [ "alkahest-data", "alkahest-pm", diff --git a/Cargo.toml b/Cargo.toml index 27aeb6c0..571a3db2 100755 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "alkahest" -version = "0.3.0" +version = "0.4.0" edition = "2021" authors = ["cohaereo "]