Skip to content

Commit

Permalink
Release 2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
swsnr committed Oct 3, 2023
1 parent 508b017 commit f7aa28d
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 11 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]

## [2.0.4] – 2023-10-03

### Changed
- Update all dependencies.
- Bump MSRV to 1.72.
Expand Down Expand Up @@ -704,7 +706,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.0.3...HEAD
[Unreleased]: https://github.com/swsnr/mdcat/compare/mdcat-2.0.4...HEAD
[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
[2.0.2]: https://github.com/swsnr/mdcat/compare/mdcat-2.0.1...mdcat-2.0.2
[2.0.1]: https://github.com/swsnr/mdcat/compare/mdcat-2.0.0...mdcat-2.0.1
Expand Down
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.0.3", path = "mdcat-http-reqwest", default-features = false}
pulldown-cmark-mdcat = { version = "=2.0.3", path = "pulldown-cmark-mdcat" }
mdcat-http-reqwest = { version = "=2.0.4", path = "mdcat-http-reqwest", default-features = false}
pulldown-cmark-mdcat = { version = "=2.0.4", path = "pulldown-cmark-mdcat" }

[dev-dependencies]
similar-asserts = "1.4.2"
Expand Down Expand Up @@ -70,7 +70,7 @@ members = [
[workspace.package]
homepage = "https://github.com/swsnr/mdcat"
repository = "https://github.com/swsnr/mdcat"
version = "2.0.3"
version = "2.0.4"
categories = ["command-line-utilities", "text-processing"]
license = "MPL-2.0 AND Apache-2.0"
authors = ["Sebastian Wiesner <[email protected]>"]
Expand Down
4 changes: 2 additions & 2 deletions mdcat-http-reqwest/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.0.3", path = "../pulldown-cmark-mdcat", default-features = false}
pulldown-cmark-mdcat = { version = "=2.0.4", 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
Expand All @@ -42,4 +42,4 @@ release = true

[package.metadata.docs.rs]
# On docs.rs build with all necessary dependencies
features = ["doc"]
features = ["doc"]
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: 2.0.3
:revdate: 2023-04-24
:revnumber: 2.0.4
:revdate: 2023-10-03
:mansource: mdcat {revnumber}
:manmanual: mdcat

Expand Down

0 comments on commit f7aa28d

Please sign in to comment.