diff --git a/CHANGELOG.md b/CHANGELOG.md index 754102b..6c3d32d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/extension.json b/extension.json index 3373b41..f874a62 100644 --- a/extension.json +++ b/extension.json @@ -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",