Skip to content
This repository has been archived by the owner on Jan 10, 2025. It is now read-only.

Commit

Permalink
Release 0.18.3
Browse files Browse the repository at this point in the history
  • Loading branch information
swsnr committed Jun 14, 2020
1 parent ea3c939 commit f2ce480
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]).

Expand Down Expand Up @@ -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
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
Expand Up @@ -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 <[email protected]>"]
Expand Down

0 comments on commit f2ce480

Please sign in to comment.