diff --git a/CHANGELOG.md b/CHANGELOG.md index 729f217..f86da9e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ ## Unreleased -[compare changes](https://github.com/senekor/ec2hx/compare/v1.4.1...HEAD) +[compare changes](https://github.com/senekor/ec2hx/compare/v1.4.2...HEAD) ### Breaking @@ -14,6 +14,12 @@ ### Fixed +## 1.4.2 - 2025-02-08 + +[compare changes](https://github.com/senekor/ec2hx/compare/v1.4.1...v1.4.2) + +### Fixed + - The formatter config for `trim_trailing_whitespace` was applied to languages that appear explicitly in the `.editorconfig` file without checking if the language already has a formatter or LSP configured. That could lead to these diff --git a/Cargo.lock b/Cargo.lock index 8825d1a..ee9e422 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -250,7 +250,7 @@ dependencies = [ [[package]] name = "ec2hx" -version = "1.4.1" +version = "1.4.2" dependencies = [ "clap", "directories", diff --git a/Cargo.toml b/Cargo.toml index d569531..7b6a94c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ec2hx" -version = "1.4.1" +version = "1.4.2" edition = "2021" authors = ["Remo Senekowitsch "] description = "convert EditorConfig to Helix configuration"