Skip to content

Commit

Permalink
Release 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tarsil committed Jan 5, 2024
1 parent f041fbc commit 37f1e35
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

## 1.2.0

### Added

- Support for `sync` queries. This will enable Edgy to run in blocking framworks like
Flask, bottle or any other by using the newly added [run_sync](./queries/queries.md#blocking-queries).

### Fixed

- Fixed multi tenancy from contrib.
- Fixed `using` where schema name was raising a not found reference for foreign key
when querying the tenant.

## 1.1.0

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

from saffier.conf import settings
from saffier.conf.global_settings import SaffierSettings
Expand Down

0 comments on commit 37f1e35

Please sign in to comment.