Skip to content

Commit

Permalink
Release 2.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
swsnr committed Dec 14, 2024
1 parent 4efe132 commit 9a18203
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 7 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.7.1] – 2024-12-14

### Removed
- Drop macOS release builds. Use homebrew to obtain macOS binaries of `mdcat`.
- Remove simplified panic message; `mdcat` now uses the default panic handler.
Expand Down Expand Up @@ -846,7 +848,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.7.0...HEAD
[Unreleased]: https://github.com/swsnr/mdcat/compare/mdcat-2.7.1...HEAD
[2.7.1]: https://github.com/swsnr/mdcat/compare/mdcat-2.7.0...mdcat-2.7.1
[2.7.0]: https://github.com/swsnr/mdcat/compare/mdcat-2.6.2...mdcat-2.7.0
[2.6.2]: https://github.com/swsnr/mdcat/compare/mdcat-2.6.1...mdcat-2.6.2
[2.6.1]: https://github.com/swsnr/mdcat/compare/mdcat-2.6.0...mdcat-2.6.1
Expand Down
4 changes: 2 additions & 2 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ members = ["pulldown-cmark-mdcat"]
[workspace.package]
homepage = "https://github.com/swsnr/mdcat"
repository = "https://github.com/swsnr/mdcat"
version = "2.7.0"
version = "2.7.1"
categories = ["command-line-utilities", "text-processing"]
license = "MPL-2.0 AND Apache-2.0"
authors = ["Sebastian Wiesner <sebastian@swsnr.de>"]
Expand All @@ -69,7 +69,7 @@ url = "2.5.2"

# 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.7.0", path = "pulldown-cmark-mdcat", default-features = false }
pulldown-cmark-mdcat = { version = "=2.7.1", path = "pulldown-cmark-mdcat", default-features = false }

[workspace.metadata.release]
allow-branch = ["main"]
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: 2.7.0
:revdate: 2024-11-24
:revnumber: 2.7.1
:revdate: 2024-12-14
:mansource: mdcat {revnumber}
:manmanual: mdcat

Expand Down

0 comments on commit 9a18203

Please sign in to comment.