From 6095d9dc710a8901a4e0b7be92f59486576a2c81 Mon Sep 17 00:00:00 2001 From: Arthur Pastel Date: Fri, 26 Apr 2024 19:27:23 -0400 Subject: [PATCH] =?UTF-8?q?Release=201.0.2=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 15 ++++++++++++--- pyproject.toml | 2 +- 2 files changed, 13 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d199897c..c6867d48 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,11 +5,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -- chore(bench): update CodSpeed/action to v2 ([#461](https://github.com/art049/odmantic/pull/461) by [@adriencaccia](https://github.com/adriencaccia)) +## [1.0.2] - 2024-04-26 + +### Fixed - fix: support pydantic 2.7 ([#462](https://github.com/art049/odmantic/pull/462) by [@adriencaccia](https://github.com/adriencaccia)) -- make dev container work ([#438](https://github.com/art049/odmantic/pull/438) by [@art049](https://github.com/art049)) +### Internals + +- chore(bench): update CodSpeed/action to v2 ([#461](https://github.com/art049/odmantic/pull/461) by [@adriencaccia](https://github.com/adriencaccia)) + +- Fix dev container environment ([#438](https://github.com/art049/odmantic/pull/438) by [@Kludex](https://github.com/Kludex) and [@art049](https://github.com/art049)) + + ## [1.0.1] - 2024-03-18 @@ -442,4 +450,5 @@ _We comply with the new Pydantic method naming, prefixing them with `model_`_ [0.9.2]: https://github.com/art049/odmantic/compare/v0.9.1...v0.9.2 [1.0.0]: https://github.com/art049/odmantic/compare/v0.9.2...v1.0.0 [1.0.1]: https://github.com/art049/odmantic/compare/v1.0.0...v1.0.1 -[unreleased]: https://github.com/art049/odmantic/compare/v1.0.1...HEAD +[1.0.2]: https://github.com/art049/odmantic/compare/v1.0.1...v1.0.2 +[unreleased]: https://github.com/art049/odmantic/compare/v1.0.2...HEAD diff --git a/pyproject.toml b/pyproject.toml index 303172bf..f66c55f5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "odmantic" -version = "1.0.1" +version = "1.0.2" 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" }