From b5bbbfc0073adf4855907de338c09e60ee5bd271 Mon Sep 17 00:00:00 2001 From: Adam Thornton Date: Tue, 22 Oct 2024 13:49:38 -0700 Subject: [PATCH] release 0.1.2 --- CHANGELOG.md | 11 +++++++++++ changelog.d/20241017_114028_athornton_DM_46397.md | 5 ----- 2 files changed, 11 insertions(+), 5 deletions(-) delete mode 100644 changelog.d/20241017_114028_athornton_DM_46397.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 388a994..d08b639 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,17 @@ Find changes for the upcoming release in the project's [changelog.d directory](h + +## 0.1.2 (2024-10-22) + +### New features + +- Make check-for-lab interactive and push user through spawner. + +### Other changes + +- Improve documentation. + ## 0.1.1 (2024-09-23) diff --git a/changelog.d/20241017_114028_athornton_DM_46397.md b/changelog.d/20241017_114028_athornton_DM_46397.md deleted file mode 100644 index 7f3fd24..0000000 --- a/changelog.d/20241017_114028_athornton_DM_46397.md +++ /dev/null @@ -1,5 +0,0 @@ - - -### Other changes - -- Improve documentation.