From e4ef008b1727f5e2c2e8b3d7766c29288b0b62e0 Mon Sep 17 00:00:00 2001 From: orhun Date: Mon, 23 Nov 2020 01:49:57 +0300 Subject: [PATCH] chore: Prepare for the release 0.1.1 --- CHANGELOG.md | 11 +++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 35bae11e..006eee74 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,5 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.1] - 2020-11-23 +### Added +* Set the prepared release note for the releases with CD workflow + +### Changed +* Update the homepage of project in Cargo.toml +* Update contribution guidelines about generating shell completions + +### Fixed +* Allow record module tests pass without a window system running + ## [0.1.0] - 2020-11-21 Initial release. diff --git a/Cargo.lock b/Cargo.lock index 195b1e82..edbe26ed 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -584,7 +584,7 @@ dependencies = [ [[package]] name = "menyoki" -version = "0.1.0" +version = "0.1.1" dependencies = [ "bytesize", "chrono", diff --git a/Cargo.toml b/Cargo.toml index b10beaad..1225fd00 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "menyoki" -version = "0.1.0" +version = "0.1.1" description = "Screen{shot,cast} and perform ImageOps on the command line" authors = ["Orhun Parmaksız "] license = "GPL-3.0"