Skip to content

Commit

Permalink
Release 0.2.0 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
art049 committed Oct 25, 2020
1 parent 75ec501 commit e731b4f
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 1 deletion.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,32 @@
<sub>The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).</sub>

## [0.2.0] - 2020-10-25

#### Deprecated

- Deprecate `AIOEngineDependency` to prefer a global engine object, [more
details](https://art049.github.io/odmantic/usage_fastapi/#building-the-engine) (#21 by
@art049)

#### Added

- [Add sorting support](https://art049.github.io/odmantic/querying#sorting) (#17 by @adriencaccia)
- Support motor 2.3.0 (#20 by @art049)

#### Fixed

- Fix FastAPI usage with References (#19 by @art049)

#### Docs

- Adding a CONTRIBUTING.md file to the root directory with link to docs (#8 by @sanders41)
- Raw Query Usage Documentation Fix (#10 by @adeelsohailahmed)
- Update Filtering to include Bitwise Operator Warning (#24 by @adeelsohailahmed)

## [0.1.0] - 2020-10-19

#### Initial Release

[0.2.0]: https://github.com/art049/odmantic/releases/compare/v0.1.0...v0.2.0
[0.1.0]: https://github.com/art049/odmantic/releases/tag/v0.1.0
4 changes: 4 additions & 0 deletions docs/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ markdown_extensions:
- pymdownx.tabbed
- pymdownx.superfences
- pymdownx.details
- pymdownx.magiclink:
user: art049
repo: odmantic
repo_url_shorthand: true
- pymdownx.emoji:
emoji_index: !!python/name:pymdownx.emoji.twemoji

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "ODMantic"
version = "0.1.0"
version = "0.2.0"
description = "ODMantic, an AsyncIO MongoDB Object Document Mapper for Python using type hints "
authors = ["Arthur Pastel <arthur.pastel@gmail.com>"]
license = "ISC License"
Expand Down

0 comments on commit e731b4f

Please sign in to comment.