diff --git a/CHANGELOG.md b/CHANGELOG.md index a5c171c..2f065c1 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.5.4] - 2021-10-22 +### Changed +- Switch to Rust 2021 edition +- Bump the Rust version in Dockerfile +- Improve the Docker build workflow +- Switch to ubuntu-20.04 runner +- Run CI builds periodically +- Add security audit workflow +- Update .gitignore about misc files +- Enable macOS releases +- Bump dependencies + ## [1.5.3] - 2021-08-22 ### Changed - Temporarily disable macOS releases diff --git a/Cargo.lock b/Cargo.lock index d170bbd..46b5253 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -688,7 +688,7 @@ dependencies = [ [[package]] name = "menyoki" -version = "1.5.3" +version = "1.5.4" dependencies = [ "bytesize", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 38e4dbc..9500f31 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "menyoki" -version = "1.5.3" +version = "1.5.4" 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 2e91807..295d779 100644 --- a/man/menyoki.1 +++ b/man/menyoki.1 @@ -1,5 +1,5 @@ .\" Manpage of menyoki -.TH MENYOKI "1" "August 2021" "menyoki 1.5.3" "User Commands" +.TH MENYOKI "1" "October 2021" "menyoki 1.5.4" "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 b20d10b..85eab69 100644 --- a/man/menyoki.conf.5 +++ b/man/menyoki.conf.5 @@ -1,5 +1,5 @@ .\" Manpage of menyoki.conf -.TH MENYOKI.CONF "5" "August 2021" "menyoki 1.5.3" "menyoki manual" +.TH MENYOKI.CONF "5" "October 2021" "menyoki 1.5.4" "menyoki manual" .SH NAME menyoki.conf \- menyoki configuration file .SH SYNOPSIS