diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e7e318..9900133 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.5.1] - 2021-07-04 +### Changed +- Update the CD workflow about building for macOS +- Update image viewer tests + ## [1.5.0] - 2021-07-04 ### Added - Add **view** subcommand for viewing image files from the terminal diff --git a/Cargo.lock b/Cargo.lock index 506f532..3cd1a90 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -735,7 +735,7 @@ dependencies = [ [[package]] name = "menyoki" -version = "1.5.0" +version = "1.5.1" dependencies = [ "apng", "bytesize", diff --git a/Cargo.toml b/Cargo.toml index a87e05e..fb8e705 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "menyoki" -version = "1.5.0" +version = "1.5.1" 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 6d5e9fd..c3d5a35 100644 --- a/man/menyoki.1 +++ b/man/menyoki.1 @@ -1,5 +1,5 @@ .\" Manpage of menyoki -.TH MENYOKI "1" "July 2021" "menyoki 1.5.0" "User Commands" +.TH MENYOKI "1" "July 2021" "menyoki 1.5.1" "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 d03c7cb..db61881 100644 --- a/man/menyoki.conf.5 +++ b/man/menyoki.conf.5 @@ -1,5 +1,5 @@ .\" Manpage of menyoki.conf -.TH MENYOKI.CONF "5" "July 2021" "menyoki 1.5.0" "menyoki manual" +.TH MENYOKI.CONF "5" "July 2021" "menyoki 1.5.1" "menyoki manual" .SH NAME menyoki.conf \- menyoki configuration file .SH SYNOPSIS