From 48240ed2795aa1c260ec01bea502bba29c01ee69 Mon Sep 17 00:00:00 2001 From: Sha Sha Chu Date: Tue, 2 Nov 2021 09:04:09 -0700 Subject: [PATCH] Changelog for 0.43.0 (#1264) --- CHANGELOG.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f58eda5fc..308008b716 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)) @@ -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! @@ -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