Skip to content

Commit

Permalink
Release 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
swsnr committed Mar 18, 2023
1 parent fabedd3 commit da855ca
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 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 @@ Use `cargo release` to create a new release.

## [Unreleased]

## [1.1.1] – 2023-03-18

### Fixed
- No longer elide tracing info below warn level in release builds (see [GH-242])..
This allows downstream consumers to keep tracing info included in their release builds.
Expand Down Expand Up @@ -637,7 +639,8 @@ Use `cargo release` to create a new release.
- Support ordered and unordered lists, with nest.
- Show links, with references grouped by section.

[Unreleased]: https://github.com/swsnr/mdcat/compare/mdcat-1.1.0...HEAD
[Unreleased]: https://github.com/swsnr/mdcat/compare/mdcat-1.1.1...HEAD
[1.1.1]: https://github.com/swsnr/mdcat/compare/mdcat-1.1.0...mdcat-1.1.1
[1.1.0]: https://github.com/swsnr/mdcat/compare/mdcat-1.0.0...mdcat-1.1.0
[1.0.0]: https://github.com/swsnr/mdcat/compare/mdcat-0.30.3...mdcat-1.0.0
[0.30.3]: https://github.com/swsnr/mdcat/compare/mdcat-0.30.2...mdcat-0.30.3
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 = "1.1.0"
version = "1.1.1"
categories = ["command-line-utilities", "text-processing"]
license = "MPL-2.0"
authors = ["Sebastian Wiesner <[email protected]>"]
Expand Down
4 changes: 2 additions & 2 deletions mdcat.1.adoc
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
= mdcat(1)
Sebastian Wiesner <sebastian@swsnr.de>
:doctype: manpage
:revnumber: 1.1.0
:revdate: 2023-02-27
:revnumber: 1.1.1
:revdate: 2023-03-18
:mansource: mdcat {revnumber}
:manmanual: mdcat

Expand Down

0 comments on commit da855ca

Please sign in to comment.