Skip to content

Commit 7ea239d

Browse files
committed
chore: bump version to 0.8.4
- update mq-lang, mq-markdown to 0.8.4
1 parent d8ec904 commit 7ea239d

4 files changed

Lines changed: 30 additions & 39 deletions

File tree

Cargo.lock

Lines changed: 25 additions & 34 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.8.3"
13+
version = "0.8.4"
1414

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

1919
[dependencies]
20-
mq-lang = "0.8.3"
21-
mq-markdown = "0.8.3"
20+
mq-lang = "0.8.4"
21+
mq-markdown = "0.8.4"
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.8.3"
16+
version = "0.8.4"
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)