From d0723af671bd7f010fa770ef3ae124ae88bbc39f Mon Sep 17 00:00:00 2001 From: Sebastian Wiesner Date: Mon, 15 Jan 2024 23:04:35 +0100 Subject: [PATCH] Release 2.1.1 --- CHANGELOG.md | 5 ++++- Cargo.lock | 6 +++--- Cargo.toml | 6 +++--- mdcat-http-reqwest/Cargo.toml | 2 +- mdcat.1.adoc | 4 ++-- 5 files changed, 13 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d23d025..92da3619 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ Use `cargo release` to create a new release. ## [Unreleased] +## [2.1.1] – 2024-01-15 + ### Changed - Update all dependencies (see [GH-274]). @@ -729,7 +731,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-2.1.0...HEAD +[Unreleased]: https://github.com/swsnr/mdcat/compare/mdcat-2.1.1...HEAD +[2.1.1]: https://github.com/swsnr/mdcat/compare/mdcat-2.1.0...mdcat-2.1.1 [2.1.0]: https://github.com/swsnr/mdcat/compare/mdcat-2.0.4...mdcat-2.1.0 [2.0.4]: https://github.com/swsnr/mdcat/compare/mdcat-2.0.3...mdcat-2.0.4 [2.0.3]: https://github.com/swsnr/mdcat/compare/mdcat-2.0.2...mdcat-2.0.3 diff --git a/Cargo.lock b/Cargo.lock index 323121f3..a10323fa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -942,7 +942,7 @@ dependencies = [ [[package]] name = "mdcat" -version = "2.1.0" +version = "2.1.1" dependencies = [ "anstyle-query", "anyhow", @@ -963,7 +963,7 @@ dependencies = [ [[package]] name = "mdcat-http-reqwest" -version = "2.1.0" +version = "2.1.1" dependencies = [ "hyper", "mime", @@ -1279,7 +1279,7 @@ dependencies = [ [[package]] name = "pulldown-cmark-mdcat" -version = "2.1.0" +version = "2.1.1" dependencies = [ "anstyle", "base64", diff --git a/Cargo.toml b/Cargo.toml index 2a3cf139..8c2f7dfe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,8 +31,8 @@ system_proxy = { version = "0.3.2", default-features = false } # Our own crates; pinned to an exact version because we release all of this repo # in a single version. cargo release takes care of updating these. -mdcat-http-reqwest = { version = "=2.1.0", path = "mdcat-http-reqwest", default-features = false} -pulldown-cmark-mdcat = { version = "=2.1.0", path = "pulldown-cmark-mdcat" } +mdcat-http-reqwest = { version = "=2.1.1", path = "mdcat-http-reqwest", default-features = false} +pulldown-cmark-mdcat = { version = "=2.1.1", path = "pulldown-cmark-mdcat" } [dev-dependencies] similar-asserts = "1.4.2" @@ -70,7 +70,7 @@ members = [ [workspace.package] homepage = "https://github.com/swsnr/mdcat" repository = "https://github.com/swsnr/mdcat" -version = "2.1.0" +version = "2.1.1" categories = ["command-line-utilities", "text-processing"] license = "MPL-2.0 AND Apache-2.0" authors = ["Sebastian Wiesner "] diff --git a/mdcat-http-reqwest/Cargo.toml b/mdcat-http-reqwest/Cargo.toml index ff99b0b8..a536349f 100644 --- a/mdcat-http-reqwest/Cargo.toml +++ b/mdcat-http-reqwest/Cargo.toml @@ -26,7 +26,7 @@ tracing = { version = "0.1.37", default-features = false, features = ["attribute # Our own crates; pinned to an exact version because we release all of this repo # in a single version. cargo release takes care of updating these. -pulldown-cmark-mdcat = { version = "=2.1.0", path = "../pulldown-cmark-mdcat", default-features = false} +pulldown-cmark-mdcat = { version = "=2.1.1", path = "../pulldown-cmark-mdcat", default-features = false} # To build our docs we need to provide a regex backend for syntect, so we have a optional dependency on syntect with the # appropriate feature enabled, which we only bring in when "doc" is enabled, a diff --git a/mdcat.1.adoc b/mdcat.1.adoc index 919e60c4..2115bc12 100644 --- a/mdcat.1.adoc +++ b/mdcat.1.adoc @@ -1,8 +1,8 @@ = mdcat(1) Sebastian Wiesner :doctype: manpage -:revnumber: 2.1.0 -:revdate: 2023-10-16 +:revnumber: 2.1.1 +:revdate: 2024-01-15 :mansource: mdcat {revnumber} :manmanual: mdcat