From 47b233f1027afb0eb94d8506f6e306da59ebd39c Mon Sep 17 00:00:00 2001 From: orhun Date: Mon, 23 Nov 2020 02:28:09 +0300 Subject: [PATCH] chore: Prepare for the release 0.1.2 --- CHANGELOG.md | 6 +++++- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 006eee74..dedb66bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# Changelog +# Changelog All notable changes to this project will be documented in this file. @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.2] - 2020-11-23 +### Fixed +* Fix the file name for release notes in CD workflow + ## [0.1.1] - 2020-11-23 ### Added * Set the prepared release note for the releases with CD workflow diff --git a/Cargo.lock b/Cargo.lock index edbe26ed..8709323a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -584,7 +584,7 @@ dependencies = [ [[package]] name = "menyoki" -version = "0.1.1" +version = "0.1.2" dependencies = [ "bytesize", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 1225fd00..60facbb7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "menyoki" -version = "0.1.1" +version = "0.1.2" description = "Screen{shot,cast} and perform ImageOps on the command line" authors = ["Orhun Parmaksız "] license = "GPL-3.0"