Skip to content

Commit

Permalink
chore: Prepare for the release 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed Nov 25, 2020
1 parent 46a5b09 commit 00ecb77
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 11 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ 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]

## [0.1.3] - 2020-11-26
### Added
* Add release instructions
* Extend tests cases and add new tests
Expand Down
16 changes: 8 additions & 8 deletions 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 = "0.1.2"
version = "0.1.3"
description = "Screen{shot,cast} and perform ImageOps on the command line"
authors = ["Orhun Parmaksız <[email protected]>"]
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" "November 2020" "menyoki 0.1.2" "User Commands"
.TH MENYOKI "1" "November 2020" "menyoki 0.1.3" "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" "November 2020" "menyoki 0.1.2" "menyoki manual"
.TH MENYOKI.CONF "5" "November 2020" "menyoki 0.1.3" "menyoki manual"
.SH NAME
menyoki.conf \- menyoki configuration file
.SH SYNOPSIS
Expand Down

0 comments on commit 00ecb77

Please sign in to comment.