Skip to content

Commit

Permalink
Release 0.13.0 (#475)
Browse files Browse the repository at this point in the history
* Release 0.13.0

* update changelog

* update changelog

* RC3

* release
  • Loading branch information
jowilf authored Jan 17, 2024
1 parent f124fec commit 63948e3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 11 deletions.
15 changes: 5 additions & 10 deletions docs/changelog/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,24 +7,21 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.13.0-rc2] - 2023-01-14
## [0.13.0] - 2023-01-16

### Added

* Enhance AuthMiddleware, introduce `@login_not_required` decorator and `allow_routes`, deprecate `allow_paths`
by [@jowilf](https://github.com/jowilf)
in [#474](https://github.com/jowilf/starlette-admin/pull/474)
* Add a search bar on detail page to search by attributes or values
by [@hasansezertasan](https://github.com/hasansezertasan)
in [#461](https://github.com/jowilf/starlette-admin/pull/461)

* Refactor TinyMCEEditorField: support custom TinyMCE configuration
by [@hasansezertasan](https://github.com/hasansezertasan)
in [#380](https://github.com/jowilf/starlette-admin/pull/380)

## [0.13.0-rc1] - 2023-12-23

### Added

* Add support for SQLAlchemy `column_property` by [@jowilf](https://github.com/jowilf)
in [#402](https://github.com/jowilf/starlette-admin/pull/402)
in [#408](https://github.com/jowilf/starlette-admin/pull/408)
* Add support for SQLAlchemy Models with Multiple Primary Keys by [@jowilf](https://github.com/jowilf)
in [#402](https://github.com/jowilf/starlette-admin/pull/402)
* Adds `AdminConfig` to override `app_title` and `logo_url` in the templates
Expand All @@ -35,8 +32,6 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

* Support translation for login form placeholders by [@hasansezertasan](https://github.com/hasansezertasan)
in [#425](https://github.com/jowilf/starlette-admin/pull/425)
* Update AuthMiddleware for Compatibility with Starlette >= 0.33 by [@jowilf](https://github.com/jowilf)
in [#427](https://github.com/jowilf/starlette-admin/pull/427)
* Fixes actions docstrings
by [@mrharpo](https://github.com/mrharpo)
in [#401](https://github.com/jowilf/starlette-admin/pull/401)
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.13.0rc2"
__version__ = "0.13.0"

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

0 comments on commit 63948e3

Please sign in to comment.