Skip to content

Commit

Permalink
Release 0.11.1 (#252)
Browse files Browse the repository at this point in the history
  • Loading branch information
jowilf authored Jul 30, 2023
1 parent 950a46b commit 10e7d70
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions docs/changelog/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ 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.11.1] - 2023-07-29

### Fixed

* Bug Fix: Ensure Excluded fields from a RequestAction are not treated by [@jowilf](https://github.com/jowilf)
in [#251](https://github.com/jowilf/starlette-admin/pull/251)

## [0.11.0] - 2023-07-26

### Added
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.11.1.dev"
__version__ = "0.11.1.dev0"

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

0 comments on commit 10e7d70

Please sign in to comment.