Skip to content

Commit

Permalink
Merge pull request #243 from lsst-sqre/tickets/DM-43288
Browse files Browse the repository at this point in the history
DM-43288: Prepare release 5.2.2
  • Loading branch information
rra authored Mar 15, 2024
2 parents db7f415 + 85118f3 commit f848a0c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.3.2
rev: v0.3.3
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@ Changes for the upcoming release can be found in [changelog.d](https://github.co

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

<a id='changelog-5.2.2'></a>
## 5.2.2 (2024-03-15)

### Bug fixes

- Ensure that per-request database sessions provided by `db_session_dependency` are cleaned up even if the request aborts with an uncaught exception.

<a id='changelog-5.2.1'></a>
## 5.2.1 (2024-02-19)

Expand Down
3 changes: 0 additions & 3 deletions changelog.d/20240312_174906_rra_DM_43288.md

This file was deleted.

0 comments on commit f848a0c

Please sign in to comment.