File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed
Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,19 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
7+
8+ ## Version 0.18.0 - 2024-07-01
9+
10+ ### Added
11+
12+ * Add ` form_rules ` , ` form_create_rules ` , ` form_edit_rules ` by @aminalaee in https://github.com/aminalaee/sqladmin/pull/779
13+ * Add more docs for overriding default tempates by @jonocodes in https://github.com/aminalaee/sqladmin/pull/769
14+
15+ ### Fixed
16+ * Fix edit_form_query documentation example by @lukeclimen in https://github.com/aminalaee/sqladmin/pull/777
17+
18+ ** Full Changelog** : https://github.com/aminalaee/sqladmin/compare/0.17.0...0.18.0
19+
720## Version 0.17.0 - 2024-05-13
821
922### Added
Original file line number Diff line number Diff line change 11from sqladmin .application import Admin , action , expose
22from sqladmin .models import BaseView , ModelView
33
4- __version__ = "0.17 .0"
4+ __version__ = "0.18 .0"
55
66__all__ = [
77 "Admin" ,
You can’t perform that action at this time.
0 commit comments