Skip to content

Commit

Permalink
Version 0.11.0 (#500)
Browse files Browse the repository at this point in the history
  • Loading branch information
aminalaee authored May 23, 2023
1 parent c84719e commit 651e20f
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@ 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.11.0 - 2023-05-23

### Added

* Add ability to specify custom actions by @murrple-1 in https://github.com/aminalaee/sqladmin/pull/486
* Add `ChoiceType` by @aminalaee in https://github.com/aminalaee/sqladmin/pull/482
* Add sqlalchemy_fields URLType converter by @aminalaee in https://github.com/aminalaee/sqladmin/pull/493
* Upgrade fontawesome by @aminalaee in https://github.com/aminalaee/sqladmin/pull/481

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

## Version 0.10.3 - 2023-04-21

### Fixed
Expand Down
11 changes: 11 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@ 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.11.0 - 2023-05-23

### Added

* Add ability to specify custom actions in [#486](https://github.com/aminalaee/sqladmin/pull/486)
* Add `ChoiceType` in [#482](https://github.com/aminalaee/sqladmin/pull/482)
* Add sqlalchemy_fields URLType converter in [#493](https://github.com/aminalaee/sqladmin/pull/493)
* Upgrade fontawesome in [#481](https://github.com/aminalaee/sqladmin/pull/481)

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

## Version 0.10.3 - 2023-04-21

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

__version__ = "0.10.3"
__version__ = "0.11.0"

__all__ = [
"Admin",
Expand Down

0 comments on commit 651e20f

Please sign in to comment.