Skip to content

Commit

Permalink
Release 0.12.1 (#998)
Browse files Browse the repository at this point in the history
  • Loading branch information
collerek authored Jan 29, 2023
1 parent e076d92 commit fd77f02
Show file tree
Hide file tree
Showing 3 changed files with 60 additions and 77 deletions.
9 changes: 9 additions & 0 deletions docs/releases.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# 0.12.1

## ✨ Features
* Massive performance improvements in area of loading the models due to recursive loads and caching of the models and related models. (by @erichaydel - thanks!) [#853](https://github.com/collerek/ormar/pull/948)

## 💬 Internals
* Benchmarks for comparing performance effect of implemented changes in regard of trends (again, by @erichaydel - thanks!) [#853](https://github.com/collerek/ormar/pull/948)


# 0.12.0

## ✨ Breaking Changes
Expand Down
126 changes: 50 additions & 76 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "ormar"

[tool.poetry]
name = "ormar"
version = "0.12.0"
version = "0.12.1"
description = "A simple async ORM with fastapi in mind and pydantic validation."
authors = ["Radosław Drążkiewicz <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit fd77f02

Please sign in to comment.