Skip to content

Commit

Permalink
Version 0.20.1 (#846)
Browse files Browse the repository at this point in the history
  • Loading branch information
aminalaee authored Oct 28, 2024
1 parent e2f84cc commit ab2d48a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@ 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.1 - 2024-10-28

### Fixed

* Fix export json related model by @Vasiliy566 in https://github.com/aminalaee/sqladmin/pull/837
* Fix JSON export trailing comma by @jbrendel in https://github.com/aminalaee/sqladmin/pull/843

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

## Version 0.20.0 - 2024-10-17

### 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.20.0"
__version__ = "0.20.1"

__all__ = [
"Admin",
Expand Down

0 comments on commit ab2d48a

Please sign in to comment.