Skip to content

Commit

Permalink
Release 0.18.1
Browse files Browse the repository at this point in the history
harper-comments@0.18.1
harper-core@0.18.1
harper-html@0.18.1
harper-literate-haskell@0.18.1
harper-ls@0.18.1
harper-tree-sitter@0.18.1
harper-typst@0.18.1

Generated by cargo-workspaces
  • Loading branch information
elijah-potter committed Jan 28, 2025
1 parent 4a0cf05 commit 2f57de1
Show file tree
Hide file tree
Showing 11 changed files with 17 additions and 17 deletions.
14 changes: 7 additions & 7 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion harper-comments/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "harper-comments"
version = "0.18.0"
version = "0.18.1"
edition = "2021"
description = "The language checker for developers."
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion harper-core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "harper-core"
version = "0.18.0"
version = "0.18.1"
edition = "2021"
description = "The language checker for developers."
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion harper-html/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "harper-html"
version = "0.18.0"
version = "0.18.1"
edition = "2021"
description = "The language checker for developers."
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion harper-literate-haskell/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "harper-literate-haskell"
version = "0.18.0"
version = "0.18.1"
edition = "2021"
description = "The language checker for developers."
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion harper-ls/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "harper-ls"
version = "0.18.0"
version = "0.18.1"
edition = "2021"
description = "The language checker for developers."
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion harper-tree-sitter/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "harper-tree-sitter"
version = "0.18.0"
version = "0.18.1"
edition = "2021"
description = "The language checker for developers."
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion harper-typst/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "harper-typst"
version = "0.18.0"
version = "0.18.1"
edition = "2021"
description = "The language checker for developers."
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ bump-versions:
#! /bin/bash
set -eo pipefail

cargo ws version --no-git-push --no-git-tag
cargo ws version --no-git-push --no-git-tag --force '*'

HARPER_VERSION=$(tq --file harper-core/Cargo.toml .package.version)

Expand Down
2 changes: 1 addition & 1 deletion packages/harper.js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "harper.js",
"version": "0.18.0",
"version": "0.18.1",
"license": "Apache-2.0",
"author": "Elijah Potter",
"description": "The grammar checker for developers.",
Expand Down
2 changes: 1 addition & 1 deletion packages/vscode-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "harper",
"displayName": "Harper",
"description": "The grammar checker for developers",
"version": "0.18.0",
"version": "0.18.1",
"private": true,
"author": "Elijah Potter",
"publisher": "elijah-potter",
Expand Down

0 comments on commit 2f57de1

Please sign in to comment.