From 631f3f1106346de4573eb36fee5c9a65093c8c95 Mon Sep 17 00:00:00 2001 From: Roman Date: Mon, 10 May 2021 21:27:22 +0200 Subject: [PATCH] changelog --- README.md | 4 ++-- docs/changelog.md | 9 ++++++++- docs/index.md | 4 ++-- 3 files changed, 12 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index f68a1abc..ece6a8c6 100644 --- a/README.md +++ b/README.md @@ -216,8 +216,8 @@ Information about aggregation preset aggregation methods and native syntax aggre ### Documentation -- **[Tutorial](/tutorial/install/)** - Usage examples with descriptions -- **[API](/api/document/)** - Full list of the classes and +- **[Tutorial](https://roman-right.github.io/beanie/tutorial/install/)** - Usage examples with descriptions +- **[API](https://roman-right.github.io/beanie/api/document/)** - Full list of the classes and methods ### Example Projects diff --git a/docs/changelog.md b/docs/changelog.md index 32710631..3dcf3ae6 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,6 +1,12 @@ # Changelog Beanie project changes +## [1.0.0] - 2021-05-10 +### Added +- QueryBuilder +### Changed +- Document class was reworked. [Documentation](https://roman-right.github.io/beanie/api/document/) + ## [0.4.3] - 2021-04-25 ### Fixed - PydanticObjectId openapi generation @@ -71,4 +77,5 @@ Beanie project changes [0.4.0]: https://pypi.org/project/beanie/0.4.0 [0.4.1]: https://pypi.org/project/beanie/0.4.1 [0.4.2]: https://pypi.org/project/beanie/0.4.2 -[0.4.3]: https://pypi.org/project/beanie/0.4.3 \ No newline at end of file +[0.4.3]: https://pypi.org/project/beanie/0.4.3 +[1.0.0]: https://pypi.org/project/beanie/1.0.0 \ No newline at end of file diff --git a/docs/index.md b/docs/index.md index f68a1abc..ece6a8c6 100644 --- a/docs/index.md +++ b/docs/index.md @@ -216,8 +216,8 @@ Information about aggregation preset aggregation methods and native syntax aggre ### Documentation -- **[Tutorial](/tutorial/install/)** - Usage examples with descriptions -- **[API](/api/document/)** - Full list of the classes and +- **[Tutorial](https://roman-right.github.io/beanie/tutorial/install/)** - Usage examples with descriptions +- **[API](https://roman-right.github.io/beanie/api/document/)** - Full list of the classes and methods ### Example Projects