Skip to content

Commit 12a494c

Browse files
committed
Version bump
1 parent 83535fd commit 12a494c

3 files changed

Lines changed: 7 additions & 13 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
These versions follow [Semantic Versioning 2.0](https://semver.org).
44

5+
## 1.2.2 (2024-03-08)
6+
7+
### Fixed
8+
9+
- Issue duplication between the command and on-save checking.
10+
511
## 1.2.1 (2024-03-08)
612

713
No functionality changed, added, or removed. It’s mainly refactoring and optimizations.

README.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,3 @@ the first argument.
3636
The extension respects `pyproject.toml`, `ruff.toml`, and `.ruff.toml` in a project
3737
directory as much as `ruff` command-line utility. So, there’s no need to specify the
3838
`--config` argument explicitly.
39-
40-
## Caveats
41-
42-
### Using mixed mode
43-
44-
In case you’re using the check on change/save mode, the command is still available
45-
to use. So, if you try to use command after a check triggered by a related event, and
46-
there are any errors, then discovered issues become duplicated in the Issues sidebar.
47-
48-
Yet, it’ll come to normal as soon as a related event triggers again.
49-
50-
Hopefully, I’ll find a way to fix it later.

extension.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "Ruff",
44
"organization": "Aeron",
55
"description": "Ruff, an extremely fast Python linter (and formatter), written in Rust, for Nova.",
6-
"version": "1.2.1",
6+
"version": "1.2.2",
77
"categories": [
88
"issues",
99
"commands",

0 commit comments

Comments
 (0)