Skip to content
This repository has been archived by the owner on Mar 31, 2024. It is now read-only.

Commit

Permalink
Release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
swsnr committed Feb 27, 2023
1 parent b993381 commit 919f7fd
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.0] – 2023-02-27

### Changed
- Update all dependencies.
This removes a transitive dependency on a vulnerable version of `remove_dir_all`, see [GHSA-mc8h-8q98-g5hr].
Expand Down Expand Up @@ -629,7 +631,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.0.0...HEAD
[Unreleased]: https://github.com/swsnr/mdcat/compare/mdcat-1.1.0...HEAD
[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
[0.30.2]: https://github.com/swsnr/mdcat/compare/mdcat-0.30.1...mdcat-0.30.2
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.0.0"
version = "1.1.0"
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.0.0
:revdate: 2023-01-07
:revnumber: 1.1.0
:revdate: 2023-02-27
:mansource: mdcat {revnumber}
:manmanual: mdcat

Expand Down

0 comments on commit 919f7fd

Please sign in to comment.