Skip to content

Commit f1722a8

Browse files
committed
chore: Release
1 parent eba9e3a commit f1722a8

5 files changed

Lines changed: 11 additions & 11 deletions

File tree

Cargo.lock

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

html-query-ast/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "html-query-ast"
3-
version = "0.2.1"
3+
version = "0.2.2"
44
edition = "2021"
55
authors = ["Tom Forbes <tom@tomforb.es>"]
66
repository = "https://github.com/orf/hq"

html-query-extractor/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "html-query-extractor"
3-
version = "0.2.1"
3+
version = "0.2.2"
44
edition = "2021"
55
authors = ["Tom Forbes <tom@tomforb.es>"]
66
repository = "https://github.com/orf/hq"
@@ -12,4 +12,4 @@ markup5ever = "0.11.0"
1212
serde_json = "1.0.93"
1313
scraper = "0.18.0"
1414
thiserror = "1.0.40"
15-
html-query-ast = {version= "0.2.1", path= "../html-query-ast" }
15+
html-query-ast = {version= "0.2.2", path= "../html-query-ast" }

html-query-web-ui/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ edition = "2021"
1010
dioxus = "0.4.0"
1111
dioxus-web = "0.4.0"
1212
getrandom = { version = "0.2", features = ["js"] }
13-
html-query-ast = {version= "0.2.1", path= "../html-query-ast" }
14-
html-query-extractor = {version= "0.2.1", path= "../html-query-extractor" }
13+
html-query-ast = {version= "0.2.2", path= "../html-query-ast" }
14+
html-query-extractor = {version= "0.2.2", path= "../html-query-extractor" }
1515
serde_json = { version = "1.0.96", default-features = false }
1616
serde = { version = "1.0.193", features = ["derive"] }
1717

html-query/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "html-query"
3-
version = "1.2.1"
3+
version = "1.2.2"
44
edition = "2021"
55
authors = ["Tom Forbes <tom@tomforb.es>"]
66
repository = "https://github.com/orf/hq"
@@ -12,8 +12,8 @@ readme = "../README.md"
1212
clap = { version = "4.4.10", features = ["derive"] }
1313
anyhow = "1.0.70"
1414
serde_json = "1.0.93"
15-
html-query-ast = {version= "0.2.1", path= "../html-query-ast" }
16-
html-query-extractor = {version= "0.2.1", path= "../html-query-extractor" }
15+
html-query-ast = {version= "0.2.2", path= "../html-query-ast" }
16+
html-query-extractor = {version= "0.2.2", path= "../html-query-extractor" }
1717

1818
[[bin]]
1919
name = "hq"

0 commit comments

Comments
 (0)