Skip to content

Commit

Permalink
release 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
senekor committed Feb 7, 2025
1 parent c3a144c commit 696438a
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,14 @@

### Added

### Fixed

## 1.2.0 - 2025-02-07

[compare changes][diff-1.2.0]

### Added

- If the EditorConfig file only specifies one of `indent_style` and `indent_size`
globally or for a specific language, the values in the default `languages.toml`
of Helix will be used to fill in the gaps and generate a complete configuration
Expand Down Expand Up @@ -59,5 +67,6 @@
- First version.

[diff-unreleased]: https://github.com/senekor/ec2hx/compare/v1.1.0...HEAD
[diff-1.2.0]: https://github.com/senekor/ec2hx/compare/v1.1.0...v1.2.0
[diff-1.1.0]: https://github.com/senekor/ec2hx/compare/v1.0.0...v1.1.0
[diff-1.0.0]: https://github.com/senekor/ec2hx/tree/v1.0.0
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ec2hx"
version = "1.1.0"
version = "1.2.0"
edition = "2021"
authors = ["Remo Senekowitsch <[email protected]>"]
description = "convert EditorConfig to Helix configuration"
Expand Down

0 comments on commit 696438a

Please sign in to comment.