Skip to content

Commit

Permalink
Version 0.10.3 (#477)
Browse files Browse the repository at this point in the history
  • Loading branch information
aminalaee authored Apr 21, 2023
1 parent dd723ea commit 99bf91c
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ 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).

## Version 0.10.3 - 2023-04-21

### Fixed

* Fix ImageType converter by @aminalaee in https://github.com/aminalaee/sqladmin/pull/471
* reset UploadFile seek after reading by @murrple-1 in https://github.com/aminalaee/sqladmin/pull/473
* Fix unnecessary joins in details and edit page by @aminalaee in https://github.com/aminalaee/sqladmin/pull/476

**Full Changelog**: https://github.com/aminalaee/sqladmin/compare/0.10.2...0.10.3

## Version 0.10.2 - 2023-04-15

### Fixed
Expand Down
8 changes: 8 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ 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).

## Version 0.10.3 - 2023-04-21

### Fixed

* Fix ImageType converter in [#471](https://github.com/aminalaee/sqladmin/pull/471)
* reset UploadFile seek after reading in [#473](https://github.com/aminalaee/sqladmin/pull/473)
* Fix unnecessary joins in details and edit page in [#476](https://github.com/aminalaee/sqladmin/pull/476)

## Version 0.10.2 - 2023-04-15

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion sqladmin/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from sqladmin.application import Admin, expose
from sqladmin.models import BaseView, ModelAdmin, ModelView

__version__ = "0.10.2"
__version__ = "0.10.3"

__all__ = [
"Admin",
Expand Down

0 comments on commit 99bf91c

Please sign in to comment.