Skip to content

Commit

Permalink
Fix versioning and changelog, current is actually 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
michalmuskala committed Jan 29, 2025
1 parent d7f4647 commit c2dfa1d
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,24 @@
# Changelog

## v1.5.0 (29.01.2025)
## v1.6.0 (29.01.2025)

### Enhancements

- Parse code with trailing commas and semicolons and just remove them when reprinting

## v1.5.0 (03.09.2024)

### Enhancements

- Support OTP 27 sigils https://www.erlang.org/blog/highlights-otp-27/#sigils
- Support OTP 27 triple-quoted strings https://www.erlang.org/blog/highlights-otp-27/#triple-quoted-strings
- Support new documentation attributes

### Fixes

- Apply `exclude_files` to `files` absolute paths - mixing relative & absolute paths could lead to
unexpected behaviour before

## v1.4.0 (28.08.2024)

### Enhancements
Expand Down

0 comments on commit c2dfa1d

Please sign in to comment.