diff --git a/CHANGELOG.md b/CHANGELOG.md index 6157a226..e2cdda25 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html To publish a new release run `scripts/release` from the project directory. ## [Unreleased] + +## [0.18.3] – 2020-06-14 ### Fixed - Properly ignore alt text of inline images (see [GH-148]). @@ -353,4 +355,5 @@ To publish a new release run `scripts/release` from the project directory. [0.18.0]: https://github.com/lunaryorn/mdcat/compare/mdcat-0.17.1...mdcat-0.18.0 [0.18.1]: https://github.com/lunaryorn/mdcat/compare/mdcat-0.18.0...mdcat-0.18.1 [0.18.2]: https://github.com/lunaryorn/mdcat/compare/mdcat-0.18.1...mdcat-0.18.2 -[Unreleased]: https://github.com/lunaryorn/mdcat/compare/mdcat-0.18.2...HEAD +[0.18.3]: https://github.com/lunaryorn/mdcat/compare/mdcat-0.18.2...mdcat-0.18.3 +[Unreleased]: https://github.com/lunaryorn/mdcat/compare/mdcat-0.18.3...HEAD diff --git a/Cargo.lock b/Cargo.lock index ac0778ec..8f241b35 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -628,7 +628,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "mdcat" -version = "0.18.2" +version = "0.18.3" dependencies = [ "ansi_term 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)", "anyhow 1.0.31 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 8bd03c91..62e1534e 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.18.2" +version = "0.18.3" categories = ["command-line-utilities", "text-processing"] license = "MPL-2.0" authors = ["Sebastian Wiesner "]