Release 0.69.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

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

Generated by cargo-workspaces
This commit is contained in:
Elijah Potter 2025-10-22 12:04:30 -06:00
parent 59e4a8fec4
commit c7aaa45ece
20 changed files with 93 additions and 69 deletions

View file

@ -1,14 +1,14 @@
[package]
name = "harper-ink"
version = "0.68.0"
version = "0.69.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.68.0" }
harper-tree-sitter = { path = "../harper-tree-sitter", version = "0.68.0" }
harper-core = { path = "../harper-core", version = "0.69.0" }
harper-tree-sitter = { path = "../harper-tree-sitter", version = "0.69.0" }
tree-sitter-ink-lbz = "0.0.1"
tree-sitter = "0.25.10"