Skip to content

Commit

Permalink
Merge pull request #26 from jowilf/release-0.3.1
Browse files Browse the repository at this point in the history
Release 0.3.1
  • Loading branch information
jowilf authored Nov 22, 2022
2 parents c013ec0 + 616f324 commit 1833e6a
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ 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.3.1] - 2022-11-22

---

### Fixed

* Fix Regression on SQLModel backend: Duplicate instances on create & update with relationships by @jowilf in https://github.com/jowilf/starlette-admin/issues/23

## [0.3.0] - 2022-11-21

---
Expand Down
8 changes: 8 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ 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.3.1] - 2022-11-22

---

### Fixed

* Fix Regression on SQLModel backend: Duplicate instances on create & update with relationships in [#23](https://github.com/jowilf/starlette-admin/issues/23)


## [0.3.0] - 2022-11-21

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "starlette-admin"
version = "0.3.0"
version = "0.3.1"
description = "Fast, beautiful and extensible administrative interface framework for Starlette/FastApi applications"
authors = ["Jocelin Hounon <[email protected]>"]
license = "MIT"
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.3.0"
__version__ = "0.3.1"

from ._types import ExportType, RequestAction
from .base import BaseAdmin
Expand Down

0 comments on commit 1833e6a

Please sign in to comment.