Skip to content

Commit

Permalink
Update the version to 2.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
msuchane committed May 24, 2022
1 parent 49f4ad3 commit 4b39af3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

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

## v2.10.2

* Sanitize non-ASCII characters in the module ID ([#33](https://github.com/redhat-documentation/newdoc/issues/33)).
* No longer check for the `experimental` attribute, which isn't required anymore.

## v2.10.1

* Fix an ID bug reported by Marc Muehlfeld.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "newdoc"
version = "2.10.1"
version = "2.10.2"
description = "Generate pre-populated module files formatted with AsciiDoc that are used in Red Hat and Fedora documentation."
authors = ["Marek Suchánek <[email protected]>"]
license = "GPL-3.0-or-later"
Expand Down

0 comments on commit 4b39af3

Please sign in to comment.