diff --git a/CHANGELOG.md b/CHANGELOG.md index 677f08a1..36db7335 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.25.1] – 2022-01-17 + ### Changed - Update pulldown-cmark to 0.9.1 which fixes a minor parsing issue. @@ -543,7 +545,8 @@ To publish a new release run `scripts/release` from the project directory. [0.23.1]: https://github.com/lunaryorn/mdcat/compare/mdcat-0.23.0...mdcat-0.23.1 [0.23.2]: https://github.com/lunaryorn/mdcat/compare/mdcat-0.23.1...mdcat-0.23.2 [0.24.0]: https://github.com/lunaryorn/mdcat/compare/mdcat-0.23.2...mdcat-0.24.0 -[Unreleased]: https://github.com/lunaryorn/mdcat/compare/mdcat-0.25.0...HEAD +[Unreleased]: https://github.com/lunaryorn/mdcat/compare/mdcat-0.25.1...HEAD +[0.25.1]: https://github.com/lunaryorn/mdcat/compare/mdcat-0.25.0...mdcat-0.25.1 [0.25.0]: https://github.com/lunaryorn/mdcat/compare/mdcat-0.24.2...mdcat-0.25.0 [0.24.2]: https://github.com/lunaryorn/mdcat/compare/mdcat-0.24.1...mdcat-0.24.2 [0.24.1]: https://github.com/lunaryorn/mdcat/compare/mdcat-0.24.0...mdcat-0.24.1 diff --git a/Cargo.lock b/Cargo.lock index 20b76f97..24da2473 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -457,7 +457,7 @@ checksum = "a3e378b66a060d48947b590737b30a1be76706c8dd7b8ba0f2fe3989c68a853f" [[package]] name = "mdcat" -version = "0.25.0" +version = "0.25.1" dependencies = [ "ansi_term", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 854b1a02..1d6721f4 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.25.0" +version = "0.25.1" categories = ["command-line-utilities", "text-processing"] license = "MPL-2.0" authors = ["Sebastian Wiesner "] diff --git a/mdcat.1.adoc b/mdcat.1.adoc index 9b4f4194..2a08a181 100644 --- a/mdcat.1.adoc +++ b/mdcat.1.adoc @@ -1,8 +1,8 @@ = mdcat(1) Sebastian Wiesner :doctype: manpage -:revnumber: 0.25.0 -:revdate: 2021-12-23 +:revnumber: 0.25.1 +:revdate: 2022-01-17 :mansource: mdcat {revnumber} :manmanual: mdcat