Skip to content

Commit

Permalink
Release 1.0.1 馃殌
Browse files Browse the repository at this point in the history
  • Loading branch information
art049 committed Mar 18, 2024
1 parent c3f4f16 commit 913ed8a
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 8 deletions.
24 changes: 17 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

- chore: add a test with a model when defining multiple optional fields ([#426](https://github.com/art049/odmantic/pull/426) by [@art049](https://github.com/art049))
## [1.0.1] - 2024-03-18

- chore: bump ruff and use ruff format ([#425](https://github.com/art049/odmantic/pull/425) by [@art049](https://github.com/art049))
### Fixed

- Optional and Union generic types definition issues ([#416](https://github.com/art049/odmantic/pull/416) by [@netomi](https://github.com/netomi))

- Remove continuously changing example for DateTime objects ([#406](https://github.com/art049/odmantic/pull/406) by [@Mokto](https://github.com/Mokto))

### Added

- Support the `examples` property in Field descriptors ([#404](https://github.com/art049/odmantic/pull/404) by [@Mokto](https://github.com/Mokto))

### Internals

- feat: support the examples property in field ([#404](https://github.com/art049/odmantic/pull/404) by [@Mokto](https://github.com/Mokto))
- Fix Pydantic docs URLs ([#366](https://github.com/art049/odmantic/pull/366) by [@aminalaee](https://github.com/aminalaee))

- Fix changing example ([#406](https://github.com/art049/odmantic/pull/406) by [@Mokto](https://github.com/Mokto))
- Add a test with a model when defining multiple optional fields ([#426](https://github.com/art049/odmantic/pull/426) by [@art049](https://github.com/art049))

- Support defining multiple optional fields with different types ([#416](https://github.com/art049/odmantic/pull/416) by [@netomi](https://github.com/netomi))
- Bump ruff and use ruff format ([#425](https://github.com/art049/odmantic/pull/425) by [@art049](https://github.com/art049))

- Fix Pydantic URLs ([#366](https://github.com/art049/odmantic/pull/366) by [@aminalaee](https://github.com/aminalaee))

## [1.0.0] - 2023-12-13

Expand Down Expand Up @@ -426,4 +435,5 @@ _We comply with the new Pydantic method naming, prefixing them with `model_`_
[0.9.1]: https://github.com/art049/odmantic/compare/v0.9.0...v0.9.1
[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
[unreleased]: https://github.com/art049/odmantic/compare/v1.0.0...HEAD
[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
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.0"
version = "1.0.1"
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 913ed8a

Please sign in to comment.