Skip to content

Commit 509db60

Browse files
Release 1.0.0-beta.2
quickmark-cli@1.0.0-beta.2 quickmark-server@1.0.0-beta.2 Generated by cargo-workspaces
1 parent 2cc217a commit 509db60

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

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.

crates/quickmark-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "quickmark-cli"
3-
version = "1.0.0-beta.1"
3+
version = "1.0.0-beta.2"
44
edition = "2021"
55
description = "Lightning-fast Markdown/CommonMark linter CLI tool with tree-sitter based parsing"
66
license = "MIT"

crates/quickmark-server/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "quickmark-server"
3-
version = "1.0.0-beta.1"
3+
version = "1.0.0-beta.2"
44
edition = "2021"
55
description = "Lightning-fast Markdown/CommonMark linter LSP server for editor integration"
66
license = "MIT"

0 commit comments

Comments
 (0)