Skip to content

Commit

Permalink
chore: Prepare for the release 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed Jul 4, 2021
1 parent a5aad7b commit e29709f
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 <orhunparmaksiz@gmail.com>"]
license = "GPL-3.0"
Expand Down
2 changes: 1 addition & 1 deletion man/menyoki.1
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion man/menyoki.conf.5
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit e29709f

Please sign in to comment.