Skip to content

Commit

Permalink
Release 2.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
swsnr committed Nov 13, 2024
1 parent b446d6e commit 708db31
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 8 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.6.1] – 2024-11-13

### Fixed
- Fix release workflow to restore binary assets.

Expand Down Expand Up @@ -814,7 +816,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.6.0...HEAD
[Unreleased]: https://github.com/swsnr/mdcat/compare/mdcat-2.6.1...HEAD
[2.6.1]: https://github.com/swsnr/mdcat/compare/mdcat-2.6.0...mdcat-2.6.1
[2.6.0]: https://github.com/swsnr/mdcat/compare/mdcat-2.5.0...mdcat-2.6.0
[2.5.0]: https://github.com/swsnr/mdcat/compare/mdcat-2.4.0...mdcat-2.5.0
[2.4.0]: https://github.com/swsnr/mdcat/compare/mdcat-2.3.1...mdcat-2.4.0
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 @@ -53,7 +53,7 @@ members = [
[workspace.package]
homepage = "https://github.com/swsnr/mdcat"
repository = "https://github.com/swsnr/mdcat"
version = "2.6.0"
version = "2.6.1"
categories = ["command-line-utilities", "text-processing"]
license = "MPL-2.0 AND Apache-2.0"
authors = ["Sebastian Wiesner <[email protected]>"]
Expand All @@ -71,8 +71,8 @@ insta = { version = "1.40.0", features = ["glob", "filters"] }

# 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.6.0", path = "pulldown-cmark-mdcat", default-features = false }
mdcat-http-reqwest = { version = "=2.6.0", path = "mdcat-http-reqwest" }
pulldown-cmark-mdcat = { version = "=2.6.1", path = "pulldown-cmark-mdcat", default-features = false }
mdcat-http-reqwest = { version = "=2.6.1", path = "mdcat-http-reqwest" }

[workspace.metadata.release]
allow-branch = ["main"]
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: 2.6.0
:revnumber: 2.6.1
:revdate: 2024-11-13
:mansource: mdcat {revnumber}
:manmanual: mdcat
Expand Down

0 comments on commit 708db31

Please sign in to comment.