Skip to content

Commit e7bbc71

Browse files
author
Marek Suchánek
committed
Update metadata; #21
1 parent bd00e41 commit e7bbc71

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
The following is a summary of changes in each `newdoc` release, which is also a Git tag by the same name in this repository.
44

5+
## v2.11.0
6+
7+
* Separate options for the module type prefix in IDs (anchors) and file names.
8+
59
## v2.10.6
610

711
* A prettier confirmation prompt when overwriting a file.

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[package]
22
name = "newdoc"
3-
version = "2.10.6"
3+
version = "2.11.0"
44
description = "Generate pre-populated module files formatted with AsciiDoc that are used in Red Hat and Fedora documentation."
55
authors = ["Marek Suchánek <[email protected]>"]
66
license = "GPL-3.0-or-later"
77
edition = "2021"
88
# Check the Rust version using `cargo msrv verify`.
9-
rust-version = "1.59"
9+
rust-version = "1.60"
1010
documentation = "https://docs.rs/newdoc"
1111
readme = "README.md"
1212
repository = "https://github.com/mrksu/newdoc"

0 commit comments

Comments
 (0)