Release 0.73.0

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

Generated by cargo-workspaces
This commit is contained in:
Elijah Potter 2025-11-24 08:18:27 -07:00
parent fcc8b7bbe2
commit e819fbbf1e
20 changed files with 173 additions and 71 deletions

View file

@ -1,14 +1,14 @@
[package]
name = "harper-python"
version = "0.72.0"
version = "0.73.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.72.0" }
harper-tree-sitter = { path = "../harper-tree-sitter", version = "0.72.0" }
harper-core = { path = "../harper-core", version = "0.73.0" }
harper-tree-sitter = { path = "../harper-tree-sitter", version = "0.73.0" }
tree-sitter-python = "0.25.0"
tree-sitter = "0.25.10"