From e18edf6b9b03a116e342054da826306811706027 Mon Sep 17 00:00:00 2001 From: TD-Sky Date: Sat, 18 May 2024 11:11:55 +0800 Subject: [PATCH] chore(release): prepare for 0.5.1 --- CHANGELOG.md | 6 ++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 322640a..047c5f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +## [0.5.1] - 2024-05-18 + +### Documentation + +- *(readme)* Add specification + ## [0.5.0] - 2024-05-14 ### Features diff --git a/Cargo.lock b/Cargo.lock index 2d9be71..1321f46 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -204,7 +204,7 @@ checksum = "f8478577c03552c21db0e2724ffb8986a5ce7af88107e6be5d2ee6e158c12800" [[package]] name = "iwant" -version = "0.5.0" +version = "0.5.1" dependencies = [ "anyhow", "basic-toml", diff --git a/Cargo.toml b/Cargo.toml index 9d8fa47..575c985 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "iwant" -version = "0.5.0" +version = "0.5.1" authors = ["Collide "] edition = "2021" description = "Install applications what I WANT."