From 7bcf595e36901cd47164986eebed60d15589eea8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Orhun=20Parmaks=C4=B1z?= Date: Mon, 7 Mar 2022 17:15:53 +0300 Subject: [PATCH] chore: Prepare for the release 1.6.0 --- CHANGELOG.md | 12 ++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- man/menyoki.1 | 2 +- man/menyoki.conf.5 | 2 +- 5 files changed, 16 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e4de75..162458d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,18 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.6.0] - 2022-03-07 +### Changed +- Add OpenEXR support +- Bump dependencies +- Update MSRV in README.md +- Set build matrix strategy to non-fail-fast +- Conditionally compile test window module + +### Fixed +- Apply clippy suggestions +- Use safe calculations while drawing text on window + ## [1.5.6] - 2022-01-16 ### Changed - Optimize GitHub workflows diff --git a/Cargo.lock b/Cargo.lock index 817f1b5..50e1cad 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -683,7 +683,7 @@ dependencies = [ [[package]] name = "menyoki" -version = "1.5.6" +version = "1.6.0" dependencies = [ "bytesize", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 7589588..9dfe7a4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "menyoki" -version = "1.5.6" +version = "1.6.0" description = "Screen{shot,cast} and perform ImageOps on the command line" authors = ["Orhun Parmaksız "] license = "GPL-3.0" diff --git a/man/menyoki.1 b/man/menyoki.1 index cd29d34..fb62edb 100644 --- a/man/menyoki.1 +++ b/man/menyoki.1 @@ -1,5 +1,5 @@ .\" Manpage of menyoki -.TH MENYOKI "1" "Jan 2022" "menyoki 1.5.6" "User Commands" +.TH MENYOKI "1" "March 2022" "menyoki 1.6.0" "User Commands" .SH NAME menyoki \- screenshot/screencast and perform image operations on the command line .SH SYNOPSIS diff --git a/man/menyoki.conf.5 b/man/menyoki.conf.5 index 1ef12a9..807ab55 100644 --- a/man/menyoki.conf.5 +++ b/man/menyoki.conf.5 @@ -1,5 +1,5 @@ .\" Manpage of menyoki.conf -.TH MENYOKI.CONF "5" "Jan 2022" "menyoki 1.5.6" "menyoki manual" +.TH MENYOKI.CONF "5" "March 2022" "menyoki 1.6.0" "menyoki manual" .SH NAME menyoki.conf \- menyoki configuration file .SH SYNOPSIS