Skip to content

Commit

Permalink
Release/0.12.2 (#396)
Browse files Browse the repository at this point in the history
* Update changelog

* Update version
  • Loading branch information
jowilf authored Nov 14, 2023
1 parent 74698b0 commit 19aab25
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions docs/changelog/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.12.2] - 2023-11-13

* Fixed issue where "Empty" and "Not Empty" filters raised NotImplementedError on SQLAlchemy relationship attributes
by [@whchi](https://github.com/whchi) in [#394](https://github.com/jowilf/starlette-admin/pull/394)

## [0.12.1] - 2023-11-07

* Fixed a regression caused by [#361](https://github.com/jowilf/starlette-admin/pull/361) where SQLAlchemy models with
Expand Down
2 changes: 1 addition & 1 deletion starlette_admin/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.12.1"
__version__ = "0.12.2"

from ._types import ExportType as ExportType
from ._types import RequestAction as RequestAction
Expand Down

0 comments on commit 19aab25

Please sign in to comment.