Skip to content

Commit

Permalink
Changelog for 0.43.0 (#1264)
Browse files Browse the repository at this point in the history
  • Loading branch information
shashachu authored Nov 2, 2021
1 parent d3a58fe commit 48240ed
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](https://semver.org/).

## Unreleased
## [0.43.0] - 2021-11-02

### Added
- New `trailing-comma` rule ([#709](https://github.com/pinterest/ktlint/issues/709)) (prior art by [paul-dingemans](https://github.com/paul-dingemans))
Expand All @@ -21,8 +21,6 @@ This project adheres to [Semantic Versioning](https://semver.org/).
- Update Gradle shadow plugin to `7.1` version
- Update Kotlin version to `1.5.31` version. Default Kotlin API version was changed to `1.4`!

### Removed

## [0.42.1] - 2021-08-06

Dot release to fix regressions in `indent` rule introduced in 0.42.0 release. Thanks to [t-kameyama](https://github.com/t-kameyama) for the fixes!
Expand Down Expand Up @@ -910,6 +908,7 @@ set in `[*{kt,kts}]` section).

## 0.1.0 - 2016-07-27

[0.43.0]: https://github.com/pinterest/ktlint/compare/0.42.1...0.43.0
[0.42.1]: https://github.com/pinterest/ktlint/compare/0.42.0...0.42.1
[0.42.0]: https://github.com/pinterest/ktlint/compare/0.41.0...0.42.0
[0.41.0]: https://github.com/pinterest/ktlint/compare/0.40.0...0.41.0
Expand Down

0 comments on commit 48240ed

Please sign in to comment.