Skip to content

Commit

Permalink
chore(release): prepare release v2.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
peterschutt committed Apr 9, 2024
1 parent 43c6768 commit 7c18038
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions docs/release-notes/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
2.x Changelog
=============

.. changelog:: 2.8.2
:date: 2024-04-09

.. change:: pydantic v2 import tests for pydantic v1.10.15
:type: bugfix
:pr: 3347
:issue: 3348

Fixes bug with Pydantic v1 environment test causing the test to run against v2. Adds assertion for version to
the test.

Fixes a bug exposed by above that relied on Pydantic not having `v1` in the package namespace if `v1` is
installed. This doesn't hold true after Pydantic's `1.10.15` release.

Moves application environment tests from the release job into the normal CI run.

.. changelog:: 2.8.1
:date: 2024-04-08

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ maintainers = [
name = "litestar"
readme = "README.md"
requires-python = ">=3.8,<4.0"
version = "2.8.1"
version = "2.8.2"

[project.urls]
Blog = "https://blog.litestar.dev"
Expand Down

0 comments on commit 7c18038

Please sign in to comment.