Skip to content

Commit 32637d1

Browse files
authored
Version 0.18.0 (#786)
1 parent 7a8bbb7 commit 32637d1

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,19 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and 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

sqladmin/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from sqladmin.application import Admin, action, expose
22
from sqladmin.models import BaseView, ModelView
33

4-
__version__ = "0.17.0"
4+
__version__ = "0.18.0"
55

66
__all__ = [
77
"Admin",

0 commit comments

Comments
 (0)