Commit graph

4 commits

Author SHA1 Message Date
Elijah Potter
7eca867666 Release 0.67.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-cli - Windows-x86_64 (push) Waiting to run
Binaries / harper-ls - macOS-aarch64 (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 - Linux-x86_64-GNU (push) Waiting to run
Binaries / harper-ls - Linux-x86_64-musl (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
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
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.67.0
harper-comments@0.67.0
harper-core@0.67.0
harper-html@0.67.0
harper-ink@0.67.0
harper-literate-haskell@0.67.0
harper-ls@0.67.0
harper-pos-utils@0.67.0
harper-python@0.67.0
harper-stats@0.67.0
harper-tree-sitter@0.67.0
harper-typst@0.67.0

Generated by cargo-workspaces
2025-10-06 15:07:47 -06:00
Elijah Potter
84a52e3988 Release 0.66.0
harper-brill@0.66.0
harper-comments@0.66.0
harper-core@0.66.0
harper-html@0.66.0
harper-ink@0.66.0
harper-literate-haskell@0.66.0
harper-ls@0.66.0
harper-pos-utils@0.66.0
harper-stats@0.66.0
harper-tree-sitter@0.66.0
harper-typst@0.66.0

Generated by cargo-workspaces
2025-10-01 11:00:43 -06:00
dependabot[bot]
d40b12da9b
build(deps): bump tree-sitter from 0.25.9 to 0.25.10 (#2029)
Bumps [tree-sitter](https://github.com/tree-sitter/tree-sitter) from 0.25.9 to 0.25.10.
- [Release notes](https://github.com/tree-sitter/tree-sitter/releases)
- [Commits](https://github.com/tree-sitter/tree-sitter/compare/v0.25.9...v0.25.10)

---
updated-dependencies:
- dependency-name: tree-sitter
  dependency-version: 0.25.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-29 14:04:00 +00:00
Freddie Gilbraith
690100cfb3
feat: add ink support (#1894)
* feat: add harper_ink crate with impl and tests

* feat: add harper_ink to harper_ls

* docs: add `ink` to the list of supported languages

---------

Co-authored-by: Elijah Potter <me@elijahpotter.dev>
2025-09-26 15:10:40 +00:00