Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down