From 7ffbbfe6bcf847cf61e9cfcf5a7dae7c064d2c36 Mon Sep 17 00:00:00 2001 From: Chris Wiegman Date: Mon, 4 Sep 2023 13:09:59 -0400 Subject: [PATCH] Prepare changelog for 0.11.2 --- .changes/0.11.2.md | 15 +++++++++++++++ .../unreleased/Bug Fixes-20230816-211218.yaml | 4 ---- .../unreleased/Bug Fixes-20230904-164226.yaml | 3 --- .changes/unreleased/Chores-20230819-135909.yaml | 3 --- .../unreleased/Features-20230827-175935.yaml | 4 ---- .../unreleased/Features-20230904-170232.yaml | 4 ---- CHANGELOG.md | 16 ++++++++++++++++ 7 files changed, 31 insertions(+), 18 deletions(-) create mode 100644 .changes/0.11.2.md delete mode 100644 .changes/unreleased/Bug Fixes-20230816-211218.yaml delete mode 100644 .changes/unreleased/Bug Fixes-20230904-164226.yaml delete mode 100644 .changes/unreleased/Chores-20230819-135909.yaml delete mode 100644 .changes/unreleased/Features-20230827-175935.yaml delete mode 100644 .changes/unreleased/Features-20230904-170232.yaml diff --git a/.changes/0.11.2.md b/.changes/0.11.2.md new file mode 100644 index 00000000..9b2ab3e0 --- /dev/null +++ b/.changes/0.11.2.md @@ -0,0 +1,15 @@ +## 0.11.2 - 2023-09-04 + +### Features + +* Use the current Docker context to find the correct Docker host. This results in more reliable connections to Docker, particularly with Docker Desktop. +* Kana will no longer try to start Docker automatically if it cannot connect to it on Mac. + +### Bug Fixes + +* Removed the extra information that reiterated the empty site list on the `list` command as the table format has since made it redundant. +* Upate confirmation text on `stop` command to make it easier to read. + +### Chores + +* Update project dependencies diff --git a/.changes/unreleased/Bug Fixes-20230816-211218.yaml b/.changes/unreleased/Bug Fixes-20230816-211218.yaml deleted file mode 100644 index 2a9c61f6..00000000 --- a/.changes/unreleased/Bug Fixes-20230816-211218.yaml +++ /dev/null @@ -1,4 +0,0 @@ -kind: Bug Fixes -body: Removed the extra information that reiterated the empty site list on the `list` - command as the table format has since made it redundant. -time: 2023-08-16T21:12:18.667409911Z diff --git a/.changes/unreleased/Bug Fixes-20230904-164226.yaml b/.changes/unreleased/Bug Fixes-20230904-164226.yaml deleted file mode 100644 index cb553fbc..00000000 --- a/.changes/unreleased/Bug Fixes-20230904-164226.yaml +++ /dev/null @@ -1,3 +0,0 @@ -kind: Bug Fixes -body: Upate confirmation text on `stop` command to make it easier to read. -time: 2023-09-04T16:42:26.901852969Z diff --git a/.changes/unreleased/Chores-20230819-135909.yaml b/.changes/unreleased/Chores-20230819-135909.yaml deleted file mode 100644 index b121f030..00000000 --- a/.changes/unreleased/Chores-20230819-135909.yaml +++ /dev/null @@ -1,3 +0,0 @@ -kind: Chores -body: Update project dependencies -time: 2023-08-19T13:59:09.13125622Z diff --git a/.changes/unreleased/Features-20230827-175935.yaml b/.changes/unreleased/Features-20230827-175935.yaml deleted file mode 100644 index 0b393d3b..00000000 --- a/.changes/unreleased/Features-20230827-175935.yaml +++ /dev/null @@ -1,4 +0,0 @@ -kind: Features -body: Use the current Docker context to find the correct Docker host. This results - in more reliable connections to Docker, particularly with Docker Desktop. -time: 2023-08-27T17:59:35.290654462Z diff --git a/.changes/unreleased/Features-20230904-170232.yaml b/.changes/unreleased/Features-20230904-170232.yaml deleted file mode 100644 index f2b014ef..00000000 --- a/.changes/unreleased/Features-20230904-170232.yaml +++ /dev/null @@ -1,4 +0,0 @@ -kind: Features -body: Kana will no longer try to start Docker automatically if it cannot connect to - it on Mac. -time: 2023-09-04T17:02:32.726399592Z diff --git a/CHANGELOG.md b/CHANGELOG.md index 53f7b139..58699805 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,22 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html), and is generated by [Changie](https://github.com/miniscruff/changie). +## 0.11.2 - 2023-09-04 + +### Features + +* Use the current Docker context to find the correct Docker host. This results in more reliable connections to Docker, particularly with Docker Desktop. +* Kana will no longer try to start Docker automatically if it cannot connect to it on Mac. + +### Bug Fixes + +* Removed the extra information that reiterated the empty site list on the `list` command as the table format has since made it redundant. +* Upate confirmation text on `stop` command to make it easier to read. + +### Chores + +* Update project dependencies + ## 0.11.1 - 2023-08-16 ### Chores