Skip to content

Commit 2a30e6e

Browse files
committed
chore: bump version to v0.6.2
1 parent e0ed257 commit 2a30e6e

4 files changed

Lines changed: 12 additions & 12 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ name = "mq-python"
1010
publish = false
1111
readme = "README.md"
1212
repository = "https://github.com/harehare/mq"
13-
version = "0.6.1"
13+
version = "0.6.2"
1414

1515
[lib]
1616
crate-type = ["cdylib"]
1717
name = "mq"
1818

1919
[dependencies]
20-
mq-lang = "0.6.1"
21-
mq-markdown = "0.6.1"
20+
mq-lang = "0.6.2"
21+
mq-markdown = "0.6.2"
2222
pyo3 = {version = "0.29.0", features = ["extension-module", "abi3-py39"]}
2323

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ license = {text = "MIT"}
1313
name = "markdown-query"
1414
readme = "README.md"
1515
requires-python = ">=3.10"
16-
version = "0.6.1"
16+
version = "0.6.2"
1717

1818
[tool.maturin]
1919
module-name = "mq.mq"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)