From e81aa55821773ae57bc4aaa16c44afb71113054f Mon Sep 17 00:00:00 2001 From: Jonathan Sick Date: Wed, 13 Mar 2024 13:29:38 -0400 Subject: [PATCH] Prepare change log for 0.9.0 release --- CHANGELOG.md | 23 ++++++++++++------- changelog.d/20240305_122219_jsick_DM_43173.md | 17 -------------- changelog.d/20240307_175948_jsick_DM_43226.md | 4 ---- 3 files changed, 15 insertions(+), 29 deletions(-) delete mode 100644 changelog.d/20240305_122219_jsick_DM_43173.md delete mode 100644 changelog.d/20240307_175948_jsick_DM_43226.md diff --git a/CHANGELOG.md b/CHANGELOG.md index be30307..0bf96a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,12 +2,23 @@ - -## 0.8.0 (2024-01-04) + + +## 0.9.0 (2024-03-13) + +### New features + +- Add formatted errors when a job is not found for the `GET /v1/notebooks/:job_id` endpoint. -### Backwards-incompatible changes +- Errors and uncaught exceptions are now sent to Slack via a Slack webhook. The webhook URL is set via the `SLACK_WEBHOOK_URL` environment variable. + +### Other changes -- +- The code base now uses Ruff for linting and formatting, replacing black, isort, and flake8. This change is part of the ongoing effort to standardize SQuaRE code bases and improve the developer experience. + + + +## 0.8.0 (2024-01-04) ### New features @@ -17,10 +28,6 @@ - The user guide includes a new tutorial for using the Noteburst web API. -### Bug fixes - -- - ### Other changes - Update to Pydantic 2 diff --git a/changelog.d/20240305_122219_jsick_DM_43173.md b/changelog.d/20240305_122219_jsick_DM_43173.md deleted file mode 100644 index e9b2c6c..0000000 --- a/changelog.d/20240305_122219_jsick_DM_43173.md +++ /dev/null @@ -1,17 +0,0 @@ - - -### Backwards-incompatible changes - -- - -### New features - -- - -### Bug fixes - -- - -### Other changes - -- The code base now uses Ruff for linting and formatting, replacing black, isort, and flake8. This change is part of the ongoing effort to standardize SQuaRE code bases and improve the developer experience. diff --git a/changelog.d/20240307_175948_jsick_DM_43226.md b/changelog.d/20240307_175948_jsick_DM_43226.md deleted file mode 100644 index 96774a1..0000000 --- a/changelog.d/20240307_175948_jsick_DM_43226.md +++ /dev/null @@ -1,4 +0,0 @@ -### New features - -- Add formatted errors when a job is not found for the `GET /v1/notebooks/:job_id` endpoint. -- Errors and uncaught exceptions are now sent to Slack via a Slack webhook. The webhook URL is set via the `SLACK_WEBHOOK_URL` environment variable.