Skip to content

Commit

Permalink
Prepare change log for 0.9.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathansick committed Mar 13, 2024
1 parent 4985a4c commit e81aa55
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 29 deletions.
23 changes: 15 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,23 @@

<!-- scriv-insert-here -->

<a id='changelog-0.8.0'></a>
## 0.8.0 (2024-01-04)
<a id='changelog-0.9.0'></a>

## 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.

<a id='changelog-0.8.0'></a>

## 0.8.0 (2024-01-04)

### New features

Expand All @@ -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
Expand Down
17 changes: 0 additions & 17 deletions changelog.d/20240305_122219_jsick_DM_43173.md

This file was deleted.

4 changes: 0 additions & 4 deletions changelog.d/20240307_175948_jsick_DM_43226.md

This file was deleted.

0 comments on commit e81aa55

Please sign in to comment.