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

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

Generated by cargo-workspaces
This commit is contained in:
Elijah Potter 2025-10-15 15:39:13 -06:00
parent 27188504b1
commit 3a3136800f
19 changed files with 117 additions and 63 deletions

View file

@ -9,20 +9,20 @@ repository = "https://github.com/automattic/harper"
anyhow = "1.0.100"
ariadne = "0.4.1"
clap = { version = "4.5.48", features = ["derive", "string"] }
harper-stats = { path = "../harper-stats", version = "0.67.0" }
harper-stats = { path = "../harper-stats", version = "0.68.0" }
dirs = "6.0.0"
harper-literate-haskell = { path = "../harper-literate-haskell", version = "0.67.0" }
harper-python = { path = "../harper-python", version = "0.67.0" }
harper-core = { path = "../harper-core", version = "0.67.0" }
harper-pos-utils = { path = "../harper-pos-utils", version = "0.67.0", features = ["threaded"] }
harper-comments = { path = "../harper-comments", version = "0.67.0" }
harper-typst = { path = "../harper-typst", version = "0.67.0" }
harper-literate-haskell = { path = "../harper-literate-haskell", version = "0.68.0" }
harper-python = { path = "../harper-python", version = "0.68.0" }
harper-core = { path = "../harper-core", version = "0.68.0" }
harper-pos-utils = { path = "../harper-pos-utils", version = "0.68.0", features = ["threaded"] }
harper-comments = { path = "../harper-comments", version = "0.68.0" }
harper-typst = { path = "../harper-typst", version = "0.68.0" }
hashbrown = "0.16.0"
serde = { version = "1.0.228", features = ["derive"] }
serde_json = "1.0.145"
strum = "0.27.2"
strum_macros = "0.27.2"
harper-ink = { version = "0.67.0", path = "../harper-ink" }
harper-ink = { version = "0.68.0", path = "../harper-ink" }
[features]
default = []