Skip to content

Commit

Permalink
Release 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tarsil committed Nov 15, 2023
1 parent 6b0398d commit 62c7c44
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions docs/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@ hide:

# Release Notes

## 1.0.2

### Added

- `inspectdb` allowing to generate `saffier.ReflectModel` from the database.

### Changed

- Added `name` for `edgy.UniqueConstraint` allowing unique custom names for the `unique_together`.
- `max_name_length` in the datastuctures changed to `__max_name_length__` and `ClassVar`.

## 1.0.1

### Changed
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.0.1"
__version__ = "1.0.2"

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

0 comments on commit 62c7c44

Please sign in to comment.