From 6f69095bd6f431fcad45aafaf43cd672bb0abbd7 Mon Sep 17 00:00:00 2001 From: Sebastian Wiesner Date: Sun, 18 Jul 2021 14:23:30 +0200 Subject: [PATCH] Release 0.23.2 --- CHANGELOG.md | 5 ++++- Cargo.lock | 2 +- Cargo.toml | 2 +- mdcat.1.adoc | 4 ++-- 4 files changed, 8 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d2dddd13..8892f1f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ To publish a new release run `scripts/release` from the project directory. ## [Unreleased] +## [0.23.2] – 2021-07-18 + ### Changed - WezTerm is now detected by `TERM` and `TERM_PROGRAM` environment variables (see [GH-186]). @@ -506,4 +508,5 @@ To publish a new release run `scripts/release` from the project directory. [0.22.4]: https://github.com/lunaryorn/mdcat/compare/mdcat-0.22.3...mdcat-0.22.4 [0.23.0]: https://github.com/lunaryorn/mdcat/compare/mdcat-0.22.4...mdcat-0.23.0 [0.23.1]: https://github.com/lunaryorn/mdcat/compare/mdcat-0.23.0...mdcat-0.23.1 -[Unreleased]: https://github.com/lunaryorn/mdcat/compare/mdcat-0.23.1...HEAD +[0.23.2]: https://github.com/lunaryorn/mdcat/compare/mdcat-0.23.1...mdcat-0.23.2 +[Unreleased]: https://github.com/lunaryorn/mdcat/compare/mdcat-0.23.2...HEAD diff --git a/Cargo.lock b/Cargo.lock index 032062a1..3c5df75c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -461,7 +461,7 @@ checksum = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08" [[package]] name = "mdcat" -version = "0.23.1" +version = "0.23.2" dependencies = [ "ansi_term", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index c80decaf..ede1955b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ homepage = "https://github.com/lunaryorn/mdcat" repository = "https://github.com/lunaryorn/mdcat" documentation = "https://docs.rs/mdcat" keywords = ["markdown", "less", "cat"] -version = "0.23.1" +version = "0.23.2" categories = ["command-line-utilities", "text-processing"] license = "MPL-2.0" authors = ["Sebastian Wiesner "] diff --git a/mdcat.1.adoc b/mdcat.1.adoc index c44b3854..fb258a65 100644 --- a/mdcat.1.adoc +++ b/mdcat.1.adoc @@ -1,8 +1,8 @@ = mdcat(1) Sebastian Wiesner :doctype: manpage -:revnumber: 0.23.1 -:revdate: 2021-07-14 +:revnumber: 0.23.2 +:revdate: 2021-07-18 :mansource: mdcat {revnumber} :manmanual: mdcat