Skip to content

Commit 3bff34a

Browse files
author
tjk
committed
Publish v0.4.0
1 parent 7c26590 commit 3bff34a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ members = [
66
resolver = "2"
77

88
[workspace.package]
9-
version = "0.3.0"
9+
version = "0.4.0"
1010
edition = "2021"
1111
authors = ["TJ Kells <[email protected]>"]
1212
license = "MIT"

cli/cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ license.workspace = true
77
description = "CLI tool for extended HTML rendering of Markdown with pulldown-cmark"
88

99
[dependencies ]
10-
pulldown-html-ext = { path = "../lib", version = "0.3.0" }
10+
pulldown-html-ext = { path = "../lib", version = "0.4.0" }
1111
toml = "0.8"
1212
clap = { version = "4.4", features = ["derive"] }
1313
pulldown-cmark = "0.12.2"

0 commit comments

Comments
 (0)