From 0d37a1031e1be5c0624d7e999db555ae45a7ffbe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20DOUIN?= Date: Mon, 24 Apr 2023 22:39:39 +0200 Subject: [PATCH] release v0.0.7 --- 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 a64428a..8cc6332 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.0.7] - 2023-04-24 + +### Added + +- Add `zip` archive to releases. + ## [0.0.6] - 2023-04-21 ### Changed diff --git a/Cargo.lock b/Cargo.lock index 9950182..fb4cdb5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -170,7 +170,7 @@ dependencies = [ [[package]] name = "comodoro" -version = "0.0.6" +version = "0.0.7" dependencies = [ "anyhow", "chrono", diff --git a/Cargo.toml b/Cargo.toml index e09ccf0..9d476f7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "comodoro" description = "CLI to manage your time using the Pomodoro technique." -version = "0.0.6" +version = "0.0.7" authors = ["soywod "] edition = "2021" license = "MIT"