Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Aeron committed Mar 21, 2024
1 parent e617101 commit ad6bb08
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

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

## 1.2.4 (2024-03-21)

### Fixed

- Command’s user options normalization fix

## 1.2.3 (2024-03-21)

This patch contains two fixes for user options: one for a stupid typo and another for
Expand Down
2 changes: 1 addition & 1 deletion extension.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "Ruff",
"organization": "Aeron",
"description": "Ruff, an extremely fast Python linter (and formatter), written in Rust, for Nova.",
"version": "1.2.3",
"version": "1.2.4",
"categories": [
"issues",
"commands",
Expand Down

0 comments on commit ad6bb08

Please sign in to comment.