Release 1.0.0

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

Generated by cargo-workspaces
This commit is contained in:
Elijah Potter 2025-11-28 12:52:00 -07:00
parent 235a4016ea
commit a8e09d5635
20 changed files with 98 additions and 68 deletions

View file

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