Skip to content

Commit

Permalink
Version 0.4.0 (#296)
Browse files Browse the repository at this point in the history
  • Loading branch information
aminalaee authored Aug 31, 2022
1 parent e1503cf commit 1a907ef
Show file tree
Hide file tree
Showing 3 changed files with 25 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.4.0 - 2022-08-31

## Added

* Add Date and DateTime pickers using Fatpickr in https://github.com/aminalaee/sqladmin/pull/288
* Add Time picker using Flatpickr in https://github.com/aminalaee/sqladmin/pull/294

## Internal
* Remove MomentJS in https://github.com/aminalaee/sqladmin/pull/289
* Remove Select2 widgets in https://github.com/aminalaee/sqladmin/pull/293

**Full Changelog**: https://github.com/aminalaee/sqladmin/compare/0.3.0...0.4.0

## Version 0.3.0 - 2022-08-26

### Added
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.4.0 - 2022-08-31

## Added

* Add Date and DateTime pickers using Fatpickr in [#288](https://github.com/aminalaee/sqladmin/pull/288)
* Add Time picker using Flatpickr in [#294](https://github.com/aminalaee/sqladmin/pull/294)

## Internal
* Remove MomentJS in [#289](https://github.com/aminalaee/sqladmin/pull/289)
* Remove Select2 widgets in [#293](https://github.com/aminalaee/sqladmin/pull/293)

## Version 0.3.0 - 2022-08-26

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

__version__ = "0.3.0"
__version__ = "0.4.0"

__all__ = [
"Admin",
Expand Down

0 comments on commit 1a907ef

Please sign in to comment.