Commit 5b183e0 1 parent 056d976 commit 5b183e0 Copy full SHA for 5b183e0
File tree 3 files changed +9
-2
lines changed
3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) , and this project adheres
6
6
to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
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
+
8
15
## [ 0.14.0] - 2024-05-28
9
16
10
17
### Added
Original file line number Diff line number Diff line change @@ -535,4 +535,4 @@ Some next tutorials to continue learning:
535
535
536
536
- To be continued...
537
537
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 )
Original file line number Diff line number Diff line change 1
- __version__ = "0.14.0 "
1
+ __version__ = "0.14.1 "
2
2
3
3
from ._types import ExportType as ExportType
4
4
from ._types import RequestAction as RequestAction
You can’t perform that action at this time.
0 commit comments