Skip to content

Commit c3e4705

Browse files
committed
Update the version to v2.3.4
* Updated README * New packaging options * Enabled CI
1 parent f7376b3 commit c3e4705

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "newdoc"
3-
version = "2.3.3"
3+
version = "2.3.4"
44
description = "The newdoc tool generates pre-populated module and assembly files formatted with AsciiDoc, which are used in Red Hat and Fedora documentation. The generated files follow the template guidelines maintained by the Modular Documentation initiative: https://redhat-documentation.github.io/modular-docs/."
55
authors = ["Marek Suchánek <[email protected]>"]
66
license = "GPL-3.0-or-later"

src/main.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ struct Options {
7070
fn main() {
7171
// Define command-line options
7272
let cmdline_args = App::new("newdoc")
73-
.version("v2.3.3")
73+
.version("v2.3.4")
7474
.author("Marek Suchánek")
7575
.about("Generate an AsciiDoc file using a modular template")
7676
// If no arguments are provided, print help

0 commit comments

Comments
 (0)