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

Commit

Permalink
Release 0.30.3
Browse files Browse the repository at this point in the history
  • Loading branch information
swsnr committed Dec 1, 2022
1 parent dcd31dd commit 1a1678f
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ To publish a new release run `scripts/release` from the project directory.

## [Unreleased]

## [0.30.3] – 2022-12-01

### Fixed
- Fix release workflow to restore release artifacts (see [GH-218]).

Expand Down Expand Up @@ -586,7 +588,8 @@ To publish a new release run `scripts/release` from the project directory.
- Support ordered and unordered lists, with nest.
- Show links, with references grouped by section.

[Unreleased]: https://github.com/swsnr/mdcat/compare/mdcat-0.30.2...HEAD
[Unreleased]: https://github.com/swsnr/mdcat/compare/mdcat-0.30.3...HEAD
[0.30.3]: https://github.com/swsnr/mdcat/compare/mdcat-0.30.2...mdcat-0.30.3
[0.30.2]: https://github.com/swsnr/mdcat/compare/mdcat-0.30.1...mdcat-0.30.2
[0.30.1]: https://github.com/swsnr/mdcat/compare/mdcat-0.30.0...mdcat-0.30.1
[0.30.0]: https://github.com/swsnr/mdcat/compare/mdcat-0.29.0...mdcat-0.30.0
Expand Down
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/swsnr/mdcat"
repository = "https://github.com/swsnr/mdcat"
documentation = "https://docs.rs/mdcat"
keywords = ["markdown", "less", "cat"]
version = "0.30.2"
version = "0.30.3"
categories = ["command-line-utilities", "text-processing"]
license = "MPL-2.0"
authors = ["Sebastian Wiesner <[email protected]>"]
Expand Down
2 changes: 1 addition & 1 deletion mdcat.1.adoc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
= mdcat(1)
Sebastian Wiesner <sebastian@swsnr.de>
:doctype: manpage
:revnumber: 0.30.2
:revnumber: 0.30.3
:revdate: 2022-12-01
:mansource: mdcat {revnumber}
:manmanual: mdcat
Expand Down

0 comments on commit 1a1678f

Please sign in to comment.