From 2632c87ac91775bc5882547fa677a39a5429010a Mon Sep 17 00:00:00 2001 From: Evgeny Kropotin Date: Mon, 25 Aug 2025 16:57:56 -0700 Subject: [PATCH 1/2] chore: update quickmark-core dependency to 1.0.0-beta.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Update dependency references in CLI and server crates to match the latest core library version. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- crates/quickmark-cli/Cargo.toml | 2 +- crates/quickmark-server/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/quickmark-cli/Cargo.toml b/crates/quickmark-cli/Cargo.toml index ad97a6b..17cd615 100644 --- a/crates/quickmark-cli/Cargo.toml +++ b/crates/quickmark-cli/Cargo.toml @@ -17,7 +17,7 @@ path = "src/main.rs" [dependencies] anyhow = "1.0.86" clap = { version = "4.5.4", features = ["derive"] } -quickmark-core = { path = "../quickmark-core", version = "1.0.0-beta.1" } +quickmark-core = { path = "../quickmark-core", version = "1.0.0-beta.2" } glob = "0.3" rayon = "1.8" ignore = "0.4" diff --git a/crates/quickmark-server/Cargo.toml b/crates/quickmark-server/Cargo.toml index 534f03a..7bc182a 100644 --- a/crates/quickmark-server/Cargo.toml +++ b/crates/quickmark-server/Cargo.toml @@ -12,7 +12,7 @@ categories = ["text-processing", "development-tools", "text-editors"] [dependencies] anyhow = "1.0.86" -quickmark-core = { path = "../quickmark-core", version = "1.0.0-beta.1" } +quickmark-core = { path = "../quickmark-core", version = "1.0.0-beta.2" } tower-lsp = "0.20.0" tokio = { version = "1.0", features = ["full"] } From e25cfd0ea5b664065bd3276e42b676d3e8d01467 Mon Sep 17 00:00:00 2001 From: Evgeny Kropotin Date: Mon, 25 Aug 2025 16:59:59 -0700 Subject: [PATCH 2/2] chore: upd readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1d1a358..eb1604b 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,7 @@ brew install quickmark-cli ##### Option 2 - from crates ```shell -cargo install quickmark-cli --version 1.0.0-beta.1 +cargo install quickmark-cli --version 1.0.0-beta.2 ``` ##### Option 3 - download from the release page @@ -171,7 +171,7 @@ Or just drug and drop the file to the Extensions Pane in the editor. Install via cargo: ```bash -cargo install quickmark-server --version 1.0.0-beta.1 +cargo install quickmark-server --version 1.0.0-beta.2 ``` Or download the binary for your platform from the latest [release page](https://github.com/ekropotin/quickmark/releases)