File tree 2 files changed +10
-1
lines changed
2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
+ ## Version 0.20.1 - 2024-10-28
8
+
9
+ ### Fixed
10
+
11
+ * Fix export json related model by @Vasiliy566 in https://github.com/aminalaee/sqladmin/pull/837
12
+ * Fix JSON export trailing comma by @jbrendel in https://github.com/aminalaee/sqladmin/pull/843
13
+
14
+ ** Full Changelog** : https://github.com/aminalaee/sqladmin/compare/0.20.0...0.20.1
15
+
7
16
## Version 0.20.0 - 2024-10-17
8
17
9
18
### Added
Original file line number Diff line number Diff line change 1
1
from sqladmin .application import Admin , action , expose
2
2
from sqladmin .models import BaseView , ModelView
3
3
4
- __version__ = "0.20.0 "
4
+ __version__ = "0.20.1 "
5
5
6
6
__all__ = [
7
7
"Admin" ,
You can’t perform that action at this time.
0 commit comments