From dd0130bdc5ef965d7d6fb4a73f969f2f3a10b9b7 Mon Sep 17 00:00:00 2001 From: Chris Wiegman Date: Tue, 6 Feb 2024 19:09:32 -0600 Subject: [PATCH] Prepare changelog for 0.17.2 --- .changes/0.17.2.md | 10 ++++++++++ .changes/unreleased/Bug Fixes-20240207-010555.yaml | 4 ---- CHANGELOG.md | 11 +++++++++++ 3 files changed, 21 insertions(+), 4 deletions(-) create mode 100644 .changes/0.17.2.md delete mode 100644 .changes/unreleased/Bug Fixes-20240207-010555.yaml diff --git a/.changes/0.17.2.md b/.changes/0.17.2.md new file mode 100644 index 0000000..bbc89c0 --- /dev/null +++ b/.changes/0.17.2.md @@ -0,0 +1,10 @@ +## 0.17.2 - 2024-02-07 + +### Bug Fixes + +* Fixed a bug whereby SCRIPT_DEBUG wasn't accurately accounted for when using the `export` command. +* Abort the update check without failing if we can't conact the server. + +### Chores + +* Update project dependencies. diff --git a/.changes/unreleased/Bug Fixes-20240207-010555.yaml b/.changes/unreleased/Bug Fixes-20240207-010555.yaml deleted file mode 100644 index 0cbee4c..0000000 --- a/.changes/unreleased/Bug Fixes-20240207-010555.yaml +++ /dev/null @@ -1,4 +0,0 @@ -kind: Bug Fixes -body: Fixed a bug whereby SCRIPT_DEBUG wasn't accurately accounted for when using - the `export` command. -time: 2024-02-07T01:05:55.631591443Z diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d1a8a3..f6a0448 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,17 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html), and is generated by [Changie](https://github.com/miniscruff/changie). +## 0.17.2 - 2024-02-07 + +### Bug Fixes + +* Fixed a bug whereby SCRIPT_DEBUG wasn't accurately accounted for when using the `export` command. +* Abort the update check without failing if we can't conact the server. + +### Chores + +* Update project dependencies. + ## 0.17.1 - 2024-01-21 ### Bug Fixes