Skip to content

Commit 5b183e0

Browse files
authored
Release 0.14.1 (#559)
* Release 0.14.1 * Release 0.14.1
1 parent 056d976 commit 5b183e0

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

docs/changelog/index.md

+7
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres
66
to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.14.1] - 2024-07-12
9+
10+
### Fixed
11+
12+
* Fix JSON serialization error for UUID primary keys when excluded from list by [@alg](https://github.com/alg)
13+
in [#553](https://github.com/jowilf/starlette-admin/pull/553)
14+
815
## [0.14.0] - 2024-05-28
916

1017
### Added

docs/tutorials/basic/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -535,4 +535,4 @@ Some next tutorials to continue learning:
535535

536536
- To be continued...
537537

538-
The final source code is available on GitHub at [...]()
538+
The final source code is available [on GitHub](https://github.com/jowilf/starlette-admin/tree/main/examples/tutorials/basic)

starlette_admin/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.14.0"
1+
__version__ = "0.14.1"
22

33
from ._types import ExportType as ExportType
44
from ._types import RequestAction as RequestAction

0 commit comments

Comments
 (0)