Skip to content

Commit

Permalink
Version 0.20.0 (#836)
Browse files Browse the repository at this point in the history
  • Loading branch information
aminalaee authored Oct 17, 2024
1 parent 10ac6b7 commit 278ab5a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@ 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.20.0 - 2024-10-17

### Added
* add json export format. by @Vasiliy566 in https://github.com/aminalaee/sqladmin/pull/829

### Fixed
* clamp page if it exceeds the maximum page by @alex-lambdaloopers in https://github.com/aminalaee/sqladmin/pull/814

## New Contributors
* @Vasiliy566 made their first contribution in https://github.com/aminalaee/sqladmin/pull/829

**Full Changelog**: https://github.com/aminalaee/sqladmin/compare/0.19.0...0.20.0

## Version 0.19.0 - 2024-09-06

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.19.0"
__version__ = "0.20.0"

__all__ = [
"Admin",
Expand Down

0 comments on commit 278ab5a

Please sign in to comment.