Skip to content

Commit

Permalink
Release 0.14.1 (#559)
Browse files Browse the repository at this point in the history
* Release 0.14.1

* Release 0.14.1
  • Loading branch information
jowilf authored Jul 12, 2024
1 parent 056d976 commit 5b183e0
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions docs/changelog/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres
to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.14.1] - 2024-07-12

### Fixed

* Fix JSON serialization error for UUID primary keys when excluded from list by [@alg](https://github.com/alg)
in [#553](https://github.com/jowilf/starlette-admin/pull/553)

## [0.14.0] - 2024-05-28

### Added
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials/basic/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -535,4 +535,4 @@ Some next tutorials to continue learning:

- To be continued...

The final source code is available on GitHub at [...]()
The final source code is available [on GitHub](https://github.com/jowilf/starlette-admin/tree/main/examples/tutorials/basic)
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.14.0"
__version__ = "0.14.1"

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

0 comments on commit 5b183e0

Please sign in to comment.