From d76f95355d2a5e10518a30f82e2ca9a18de66d42 Mon Sep 17 00:00:00 2001 From: Amethyst Reese Date: Mon, 27 Mar 2023 15:23:04 -0700 Subject: [PATCH] Prepare for 1.0.6 release --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 85e5f25..e8cb5be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## 1.0.6 + +Bugfix release + +* Fix dropped inline comments on last import item without trailing comma (#251, #249) + +```shell-session +$ git shortlog -sn v1.0.5... + 4 Amethyst Reese +``` + ## 1.0.5 Bugfix release