Skip to content

Commit

Permalink
Version 0.16.1 (#717)
Browse files Browse the repository at this point in the history
  • Loading branch information
aminalaee authored Feb 21, 2024
1 parent f797bf1 commit 653afdc
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,23 @@ 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.16.1 - 2024-02-20

### Fixed

* Re-add http_exception handler to Admin class in https://github.com/aminalaee/sqladmin/pull/694
* Move non-field-specific errors to top of edit and create forms in https://github.com/aminalaee/sqladmin/pull/707
* Fix sort by model attribute in https://github.com/aminalaee/sqladmin/pull/713
* Fix Category not respecting is_visible and is_accessible in https://github.com/aminalaee/sqladmin/pull/698

## New Contributors
* @kostyaten made their first contribution in https://github.com/aminalaee/sqladmin/pull/677
* @EnotShow made their first contribution in https://github.com/aminalaee/sqladmin/pull/703
* @jonocodes made their first contribution in https://github.com/aminalaee/sqladmin/pull/707
* @Neverfan1 made their first contribution in https://github.com/aminalaee/sqladmin/pull/698

**Full Changelog**: https://github.com/aminalaee/sqladmin/compare/0.16.0...0.16.1

## Version 0.16.0 - 2023-11-14

### 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.16.0"
__version__ = "0.16.1"

__all__ = [
"Admin",
Expand Down

0 comments on commit 653afdc

Please sign in to comment.