Skip to content

Commit

Permalink
Release 0.7.0 (#138)
Browse files Browse the repository at this point in the history
  • Loading branch information
jowilf authored Mar 24, 2023
1 parent f65f880 commit 0789b94
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions docs/changelog/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,27 @@ 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).

## [0.7.0] - 2023-03-24

### Added

* Allow custom form for batch actions by [@giaptx](https://github.com/giaptx) and [@jowilf](https://github.com/jowilf)
in [#61](https://github.com/jowilf/starlette-admin/pull/61)
* Add [TinyMCEEditorField][starlette_admin.fields.TinyMCEEditorField] by [@sinisaos](https://github.com/sinisaos)
and [@jowilf](https://github.com/jowilf)
in [#131](https://github.com/jowilf/starlette-admin/pull/131)

### Internals

* Add SQLAlchemy model with Pydantic validation example [@jowilf](https://github.com/jowilf)
in [#125](https://github.com/jowilf/starlette-admin/pull/125)
* Refactor and format HTML files for better readability by [@jowilf](https://github.com/jowilf)
in [#136](https://github.com/jowilf/starlette-admin/pull/136)

## [0.6.0] - 2023-03-12

### Added

* Setup i18n and Add French translations by [@jowilf](https://github.com/jowilf) in [#74](https://github.com/jowilf/starlette-admin/pull/74)
* Add [TimeZoneField][starlette_admin.fields.TimeZoneField], [CountryField][starlette_admin.fields.CountryField], [CurrencyField][starlette_admin.fields.CurrencyField] & [ArrowField][starlette_admin.fields.ArrowField]
* Add support for [sqlalchemy_utils](https://github.com/kvesteri/sqlalchemy-utils) data types
Expand Down
2 changes: 1 addition & 1 deletion starlette_admin/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.6.0"
__version__ = "0.7.0"

from ._types import ExportType, RequestAction
from .actions import action
Expand Down

0 comments on commit 0789b94

Please sign in to comment.