Skip to content

Commit

Permalink
Merge pull request #507 from koxudaxi/changelog-update-v0.0.40
Browse files Browse the repository at this point in the history
Changelog update - `v0.0.40`
  • Loading branch information
koxudaxi committed Sep 18, 2024
2 parents 1676adc + ec65615 commit 8e69879
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Changelog

## [Unreleased]

## [0.0.40] - 2024-09-18

- Migrate formatter to AsyncDocumentFormattingService [[#391](https://github.com/koxudaxi/ruff-pycharm-plugin/pull/391)]
- Remove projectRuffExecutablePath in config file [[#505](https://github.com/koxudaxi/ruff-pycharm-plugin/pull/505)]

Expand Down Expand Up @@ -208,7 +211,8 @@
- Add --exit-zero option to argument [[#12](https://github.com/koxudaxi/ruff-pycharm-plugin/pull/12)]
- Fix textRange logic [[#13](https://github.com/koxudaxi/ruff-pycharm-plugin/pull/13)]

[Unreleased]: https://github.com/koxudaxi/ruff-pycharm-plugin/compare/v0.0.39...HEAD
[Unreleased]: https://github.com/koxudaxi/ruff-pycharm-plugin/compare/v0.0.40...HEAD
[0.0.40]: https://github.com/koxudaxi/ruff-pycharm-plugin/compare/v0.0.39...v0.0.40
[0.0.39]: https://github.com/koxudaxi/ruff-pycharm-plugin/compare/v0.0.38...v0.0.39
[0.0.38]: https://github.com/koxudaxi/ruff-pycharm-plugin/compare/v0.0.37...v0.0.38
[0.0.37]: https://github.com/koxudaxi/ruff-pycharm-plugin/compare/v0.0.36...v0.0.37
Expand Down

0 comments on commit 8e69879

Please sign in to comment.