Skip to content

Commit

Permalink
v0.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Dustin Blackman committed Nov 30, 2023
1 parent 386bf6d commit bd750d1
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

All notable changes to this project will be documented in this file.

## [0.6.2] - 2023-11-30
## [0.6.3] - 2023-11-30

[v0.6.2...v0.6.2](https://github.com/dustinblackman/languagetool-code-comments/compare/v0.6.2...v0.6.2)
[v0.6.2...v0.6.3](https://github.com/dustinblackman/languagetool-code-comments/compare/v0.6.2...v0.6.3)

### 🐛 Bug Fixes

Expand All @@ -16,7 +16,7 @@ All notable changes to this project will be documented in this file.
- Debug CI - ([e40bc00](https://github.com/dustinblackman/languagetool-code-comments/commit/e40bc007ff5eb83099864419b9889edd1f55c5b5))
- Move to faster builds - ([3fe743a](https://github.com/dustinblackman/languagetool-code-comments/commit/3fe743a2e84b7e02f45bb64fb13981a4e2b4a0f0))

## [0.6.2] - 2023-11-30
## [0.6.2] - 2023-11-26

[v0.6.1...v0.6.2](https://github.com/dustinblackman/languagetool-code-comments/compare/v0.6.1...v0.6.2)

Expand Down
2 changes: 1 addition & 1 deletion 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 Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "languagetool-code-comments"
version = "0.6.2"
version = "0.6.3"
edition = "2021"
license = "MIT"

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Using the power of [Tree Sitter](https://tree-sitter.github.io/tree-sitter/#avai
<!-- command-help start -->

```
languagetool-code-comments v0.6.2
languagetool-code-comments v0.6.3
Integrates the LanguageTool API to parse, spell check, and correct the grammar of your code
comments!
Expand Down Expand Up @@ -124,7 +124,7 @@ yay -S languagetool-code-comments-bin
<!-- choco-install start -->

```sh
choco install languagetool-code-comments --version=0.6.2
choco install languagetool-code-comments --version=0.6.3
```

<!-- choco-install end -->
Expand Down

0 comments on commit bd750d1

Please sign in to comment.