diff --git a/CHANGELOG.md b/CHANGELOG.md index f806e25..8adc6ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,11 +7,13 @@ this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm ## [Unreleased] +## [0.9.0] - 2025-02-21 + ### Added - Added support for `exclude_none` and `exclude_unset` in `save` method. -## Fixed +### Fixed - Switched Firestore `query.where()` to use the 'filter' keyword argument instead of positional arguments. This eliminates a UserWarning that was introduced in @@ -260,7 +262,8 @@ this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm - Update README.md - Update .gitignore -[unreleased]: https://github.com/ioxiocom/firedantic/compare/0.8.1...HEAD +[unreleased]: https://github.com/ioxiocom/firedantic/compare/0.9.0...HEAD +[0.9.0]: https://github.com/ioxiocom/firedantic/compare/0.8.1...0.9.0 [0.8.1]: https://github.com/ioxiocom/firedantic/compare/0.8.0...0.8.1 [0.8.0]: https://github.com/ioxiocom/firedantic/compare/0.7.2...0.8.0 [0.7.2]: https://github.com/ioxiocom/firedantic/compare/0.7.1...0.7.2 diff --git a/pyproject.toml b/pyproject.toml index 7bfdabb..b9312f6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "firedantic" -version = "0.8.1" +version = "0.9.0" description = "Pydantic base models for Firestore" authors = ["IOXIO Ltd"] license = "BSD-3-Clause"