Skip to content

Commit

Permalink
🔝 Release 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tarsil committed Jun 30, 2023
1 parent 2aeec00 commit 348b3db
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions docs/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Release Notes

## 1.3.0

### Changed

- OpenAPI imports and removed unused dependencies.
- Deprecate `pydantic_factories` in favour of `pyfactories`.
- Dropped support for Tortoise ORM natively.

### Added

### Fixed

- Rename `scripts/format` to `scripts/lint` for consistency.
- `get_hasher` from contrib fixed with the return value of the algorithm.
- Typing of the codebase updated.

## 1.2.5

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion esmerald/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "1.2.5"
__version__ = "1.3.0"


from starlette import status
Expand Down

0 comments on commit 348b3db

Please sign in to comment.