Skip to content

Commit

Permalink
Release 0.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tarsil committed May 23, 2024
1 parent ec65562 commit acf009e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions docs/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,19 @@ hide:

# Release Notes

## 0.11.1

### Added

- [create_schema](./tenancy/edgy.md#the-schema-creation) allowing a dynamic and programatically
way of creating schemas in the database.

### Changed

- Updated `reflection` from `edgy.ReflectModel` to use the internal database session and avoid
deadlocks.
- Internal cleaning for tenancy.

## 0.11.0

### Added
Expand Down
2 changes: 1 addition & 1 deletion edgy/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.11.0"
__version__ = "0.11.1"

from .cli.base import Migrate
from .conf import settings
Expand Down

0 comments on commit acf009e

Please sign in to comment.