Skip to content

Commit

Permalink
Release 1.0.2 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
art049 committed Apr 26, 2024
1 parent 462c8d5 commit 6095d9d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
15 changes: 12 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
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 = "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 = "[email protected]" }]
license = { file = "LICENSE" }
Expand Down

0 comments on commit 6095d9d

Please sign in to comment.