Release 0.70.0
Some checks failed
Build Web / build-web (push) Has been cancelled
Just Checks / just build-obsidian (push) Has been cancelled
Just Checks / just check-js (push) Has been cancelled
Just Checks / just check-rust (push) Has been cancelled
Just Checks / just test-chrome-plugin (push) Has been cancelled
Just Checks / just test-firefox-plugin (push) Has been cancelled
Just Checks / just test-harperjs (push) Has been cancelled
Just Checks / just test-obsidian (push) Has been cancelled
Just Checks / just test-rust (push) Has been cancelled
Just Checks / just test-vscode (push) Has been cancelled
Binaries / harper-cli - macOS-aarch64 (push) Has been cancelled
Binaries / harper-cli - macOS-x86_64 (push) Has been cancelled
Binaries / harper-cli - Linux-aarch64-GNU (push) Has been cancelled
Binaries / harper-cli - Linux-aarch64-musl (push) Has been cancelled
Binaries / harper-cli - Windows-x86_64 (push) Has been cancelled
Binaries / harper-cli - Linux-x86_64-GNU (push) Has been cancelled
Binaries / harper-cli - Linux-x86_64-musl (push) Has been cancelled
Binaries / harper-ls - Linux-aarch64-musl (push) Has been cancelled
Binaries / harper-ls - macOS-x86_64 (push) Has been cancelled
Binaries / harper-ls - Linux-x86_64-GNU (push) Has been cancelled
Binaries / harper-ls - macOS-aarch64 (push) Has been cancelled
Binaries / harper-ls - Linux-aarch64-GNU (push) Has been cancelled
Binaries / harper-ls - Linux-x86_64-musl (push) Has been cancelled
Binaries / harper-ls - Windows-x86_64 (push) Has been cancelled
VS Code Plugin / linux-x64 (push) Has been cancelled
Chrome Plugin / chrome-plugin (push) Has been cancelled
VS Code Plugin / win32-x64 (push) Has been cancelled
VS Code Plugin / darwin-arm64 (push) Has been cancelled
VS Code Plugin / darwin-x64 (push) Has been cancelled
VS Code Plugin / linux-arm64 (push) Has been cancelled
WordPress Plugin / wp-plugin (push) Has been cancelled

harper-brill@0.70.0
harper-comments@0.70.0
harper-core@0.70.0
harper-html@0.70.0
harper-ink@0.70.0
harper-jjdescription@0.70.0
harper-literate-haskell@0.70.0
harper-ls@0.70.0
harper-pos-utils@0.70.0
harper-python@0.70.0
harper-stats@0.70.0
harper-tree-sitter@0.70.0
harper-typst@0.70.0

Generated by cargo-workspaces
This commit is contained in:
Elijah Potter 2025-10-24 14:48:44 -06:00
parent 1945a524e5
commit 0861d39cbf
20 changed files with 74 additions and 68 deletions

View file

@ -1,14 +1,14 @@
[package]
name = "harper-ink"
version = "0.69.0"
version = "0.70.0"
edition = "2024"
description = "The language checker for developers."
license = "Apache-2.0"
repository = "https://github.com/automattic/harper"
[dependencies]
harper-core = { path = "../harper-core", version = "0.69.0" }
harper-tree-sitter = { path = "../harper-tree-sitter", version = "0.69.0" }
harper-core = { path = "../harper-core", version = "0.70.0" }
harper-tree-sitter = { path = "../harper-tree-sitter", version = "0.70.0" }
tree-sitter-ink-lbz = "0.0.1"
tree-sitter = "0.25.10"