diff --git a/CHANGELOG.md b/CHANGELOG.md index e272b4f..9a7ca56 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,9 +6,17 @@ 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). ## [Unreleased] + +## [1.2.1] - 2021-02-03 ### Added - Add [lychee-action](https://github.com/lycheeverse/lychee-action) to CI workflow +### Changed +- Disable musl builds ([#17](https://github.com/orhun/menyoki/issues/17)) +- Update README.md about installation instructions +- Update RELEASE.md about releasing for Arch Linux +- Upgrade dependencies + ## [1.2.0] - 2020-12-20 ### Added - Add `--parent` flag for recording/capturing the parent window ([#14](https://github.com/orhun/menyoki/issues/14)) diff --git a/Cargo.lock b/Cargo.lock index 0e37724..54c82a8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -672,7 +672,7 @@ dependencies = [ [[package]] name = "menyoki" -version = "1.2.0" +version = "1.2.1" dependencies = [ "apng", "bytesize", diff --git a/Cargo.toml b/Cargo.toml index ddd96e2..34033ca 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "menyoki" -version = "1.2.0" +version = "1.2.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 50c1ae9..0a745ac 100644 --- a/man/menyoki.1 +++ b/man/menyoki.1 @@ -1,5 +1,5 @@ .\" Manpage of menyoki -.TH MENYOKI "1" "December 2020" "menyoki 1.2.0" "User Commands" +.TH MENYOKI "1" "February 2021" "menyoki 1.2.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 53e4ef8..f915cef 100644 --- a/man/menyoki.conf.5 +++ b/man/menyoki.conf.5 @@ -1,5 +1,5 @@ .\" Manpage of menyoki.conf -.TH MENYOKI.CONF "5" "December 2020" "menyoki 1.2.0" "menyoki manual" +.TH MENYOKI.CONF "5" "February 2021" "menyoki 1.2.1" "menyoki manual" .SH NAME menyoki.conf \- menyoki configuration file .SH SYNOPSIS