From f5d5ae9a109212245c0b7c05e7e19892f6f36d81 Mon Sep 17 00:00:00 2001 From: Chris Wiegman Date: Tue, 19 Mar 2024 15:25:16 -0500 Subject: [PATCH] Prepare changelog for 0.18.6 --- .changes/0.18.6.md | 6 ++++++ .changes/unreleased/Chores-20240319-200459.yaml | 3 --- .changes/unreleased/Chores-20240319-200937.yaml | 3 --- CHANGELOG.md | 7 +++++++ 4 files changed, 13 insertions(+), 6 deletions(-) create mode 100644 .changes/0.18.6.md delete mode 100644 .changes/unreleased/Chores-20240319-200459.yaml delete mode 100644 .changes/unreleased/Chores-20240319-200937.yaml diff --git a/.changes/0.18.6.md b/.changes/0.18.6.md new file mode 100644 index 00000000..aac102b7 --- /dev/null +++ b/.changes/0.18.6.md @@ -0,0 +1,6 @@ +## 0.18.6 - 2024-03-19 + +### Chores + +* Update project dependencies +* Rename repository from `kana-cli` to `kana` diff --git a/.changes/unreleased/Chores-20240319-200459.yaml b/.changes/unreleased/Chores-20240319-200459.yaml deleted file mode 100644 index 12b2a692..00000000 --- a/.changes/unreleased/Chores-20240319-200459.yaml +++ /dev/null @@ -1,3 +0,0 @@ -kind: Chores -body: Update project dependencies -time: 2024-03-19T20:04:59.065938299Z diff --git a/.changes/unreleased/Chores-20240319-200937.yaml b/.changes/unreleased/Chores-20240319-200937.yaml deleted file mode 100644 index 36eb5d26..00000000 --- a/.changes/unreleased/Chores-20240319-200937.yaml +++ /dev/null @@ -1,3 +0,0 @@ -kind: Chores -body: Rename repository from `kana-cli` to `kana` -time: 2024-03-19T20:09:37.403247636Z diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a3b9e4d..70652189 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,13 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html), and is generated by [Changie](https://github.com/miniscruff/changie). +## 0.18.6 - 2024-03-19 + +### Chores + +* Update project dependencies +* Rename repository from `kana-cli` to `kana` + ## 0.18.5 - 2024-03-19 ### Bug Fixes