Skip to content

Commit

Permalink
release v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
senekor committed Feb 7, 2025
1 parent 721f5ce commit 0902e31
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
12 changes: 9 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,27 @@

## Unreleased

[compare changes](https://github.com/senekor/ec2hx/compare/v1.1.0...HEAD)
[compare changes](https://github.com/senekor/ec2hx/compare/v1.3.0...HEAD)

### Breaking

### Changed

### Added

### Fixed

## 1.3.0 - 2025-02-07

[compare changes](https://github.com/senekor/ec2hx/compare/v1.2.0...v1.3.0)

### Added

- The `max_line_length` key is now supported. From the Helix documentation:
> Used for the `:reflow` command and soft-wrapping if `soft-wrap.wrap-at-text-width` is set
- A new CLI flag `--rulers` adds rulers matching `max_line_length`.

### Fixed

## 1.2.0 - 2025-02-07

[compare changes](https://github.com/senekor/ec2hx/compare/v1.1.0...v1.2.0)
Expand Down
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.2.0"
version = "1.3.0"
edition = "2021"
authors = ["Remo Senekowitsch <[email protected]>"]
description = "convert EditorConfig to Helix configuration"
Expand Down

0 comments on commit 0902e31

Please sign in to comment.