Skip to content

Commit

Permalink
Version 0.18.0 (#786)
Browse files Browse the repository at this point in the history
  • Loading branch information
aminalaee authored Jul 1, 2024
1 parent 7a8bbb7 commit 32637d1
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,19 @@ 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.18.0 - 2024-07-01

### Added

* Add `form_rules`, `form_create_rules`, `form_edit_rules` by @aminalaee in https://github.com/aminalaee/sqladmin/pull/779
* Add more docs for overriding default tempates by @jonocodes in https://github.com/aminalaee/sqladmin/pull/769

### Fixed
* Fix edit_form_query documentation example by @lukeclimen in https://github.com/aminalaee/sqladmin/pull/777

**Full Changelog**: https://github.com/aminalaee/sqladmin/compare/0.17.0...0.18.0

## Version 0.17.0 - 2024-05-13

### Added
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, action, expose
from sqladmin.models import BaseView, ModelView

__version__ = "0.17.0"
__version__ = "0.18.0"

__all__ = [
"Admin",
Expand Down

0 comments on commit 32637d1

Please sign in to comment.