Skip to content

Commit

Permalink
Release 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelgrinberg committed Oct 3, 2021
1 parent 3acde22 commit b506043
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Alchemical change log

**Release 0.5.0** - 2021-10-03

- Add BaseModel.select() convenience method ([commit](https://github.com/miguelgrinberg/alchemical/commit/5c87a2382c2b91edc8fc529d8c7e38c898c2655d))
- Support for pydantic models through SQLModel ([commit](https://github.com/miguelgrinberg/alchemical/commit/73708437d89b846cf16a63b954ba6a569fd5b591))
- Allow `url` argument to be `None` when `binds` is not `None` ([commit](https://github.com/miguelgrinberg/alchemical/commit/3acde22d3b975eece4e43cee74d5886bf5048e92))
- Remove auto-imported SQLAlchemy symbols ([commit](https://github.com/miguelgrinberg/alchemical/commit/5c87a2382c2b91edc8fc529d8c7e38c898c2655d))
- Use session.scalars() and session.scalar() in examples and documentation ([commit](https://github.com/miguelgrinberg/alchemical/commit/cb6e4cd7837e686db51f080e8203a404f5d93e65))

**Release 0.4.0** - 2021-08-18

- Added db.session similar to Flask-SQLAlchemy ([commit](https://github.com/miguelgrinberg/alchemical/commit/a66f9bdac6a45aefb71fbc229598a1779f6e3f1e))
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = alchemical
version = 0.4.1.dev0
version = 0.5.0
author = Miguel Grinberg
author_email = [email protected]
description = Modern SQLAlchemy simplified
Expand Down

0 comments on commit b506043

Please sign in to comment.