Skip to content

Commit

Permalink
Release 0.8.0 馃殌
Browse files Browse the repository at this point in the history
  • Loading branch information
art049 committed Sep 8, 2022
1 parent 17033e4 commit 109d307
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 7 deletions.
19 changes: 13 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

- Fix embedded models parsing with `key_name` ([#262](https://github.com/art049/odmantic/pull/262) by [@art049](https://github.com/art049))
## [0.8.0] - 2022-09-09

- Support Index definition ([#255](https://github.com/art049/odmantic/pull/255) by [@art049](https://github.com/art049))
#### Added

- Allow Index definition ([feature documentation](https://art049.github.io/odmantic/modeling/#indexes)) ([#255](https://github.com/art049/odmantic/pull/255) by [@art049](https://github.com/art049))

- Allow using the `Config.extra` attribute from pydantic ([#259](https://github.com/art049/odmantic/pull/259) by [@art049](https://github.com/art049))

#### Fixed

- Allow using the config.extra attribute from pydantic ([#259](https://github.com/art049/odmantic/pull/259) by [@art049](https://github.com/art049))
- Fix embedded models parsing with custom `key_name` ([#262](https://github.com/art049/odmantic/pull/262) by [@iXB3](https://github.com/iXB3))

- Fix save using an embedded model as a primary key ([#258](https://github.com/art049/odmantic/pull/258) by [@art049](https://github.com/art049))
- Fix `engine.save` using an embedded model as a primary key ([#258](https://github.com/art049/odmantic/pull/258) by [@art049](https://github.com/art049))

- Fix engine creation typo ([#257](https://github.com/art049/odmantic/pull/257) by [@art049](https://github.com/art049))
- Fix engine creation typo in the documentation ([#257](https://github.com/art049/odmantic/pull/257) by [@art049](https://github.com/art049))

## [0.7.1] - 2022-09-02

Expand Down Expand Up @@ -284,4 +290,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[0.6.0]: https://github.com/art049/odmantic/compare/v0.5.0...v0.6.0
[0.7.0]: https://github.com/art049/odmantic/compare/v0.6.0...v0.7.0
[0.7.1]: https://github.com/art049/odmantic/compare/v0.7.0...v0.7.1
[unreleased]: https://github.com/art049/odmantic/compare/v0.7.1...HEAD
[0.8.0]: https://github.com/art049/odmantic/compare/v0.7.1...v0.8.0
[unreleased]: https://github.com/art049/odmantic/compare/v0.8.0...HEAD
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "odmantic"
version = "0.7.1"
version = "0.8.0"
description = "ODMantic, an AsyncIO MongoDB Object Document Mapper for Python using type hints "
authors = [{ name = "Arthur Pastel", email = "arthur.pastel@gmail.com" }]
license = { file = "LICENSE" }
Expand Down

0 comments on commit 109d307

Please sign in to comment.