Skip to content

Commit de536c6

Browse files
committed
v0.5.1
1 parent 9e40721 commit de536c6

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-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
@@ -9,4 +9,4 @@ authors = ["Jacob Lindahl <aviator9402@gmail.com>"]
99
edition = "2021"
1010
license = "GPL-3.0-only"
1111
repository = "https://github.com/encody/autoruby"
12-
version = "0.5.0"
12+
version = "0.5.1"

autoruby-cli/Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,15 @@ categories = [
77
"accessibility",
88
]
99
description = "CLI to easily generate furigana for various document formats"
10+
documentation = "https://docs.rs/autoruby-cli"
1011
edition.workspace = true
1112
license.workspace = true
1213
name = "autoruby-cli"
1314
repository.workspace = true
1415
version.workspace = true
1516

1617
[dependencies]
17-
autoruby = { path = "../autoruby", version = "0.5.0" }
18+
autoruby = { path = "../autoruby", version = "0.5.1" }
1819
clap = { version = "4", features = ["derive"] }
1920
envy = "0.4"
2021
serde = "1"

autoruby/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
authors.workspace = true
33
categories = ["text-processing", "localization", "accessibility"]
44
description = "Easily generate furigana for various document formats"
5+
documentation = "https://docs.rs/autoruby"
56
edition.workspace = true
67
license.workspace = true
78
name = "autoruby"

0 commit comments

Comments
 (0)