File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,6 +7,12 @@ this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
77
88## [ Unreleased]
99
10+ ## [ 0.8.1] - 2024-12-09
11+
12+ ### Changed
13+
14+ - Improve type hints for ` find ` and ` find_one ` methods.
15+
1016## [ 0.8.0] - 2024-10-16
1117
1218### Added
@@ -244,7 +250,8 @@ this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
244250- Update README.md
245251- Update .gitignore
246252
247- [ unreleased ] : https://github.com/ioxiocom/firedantic/compare/0.8.0...HEAD
253+ [ unreleased ] : https://github.com/ioxiocom/firedantic/compare/0.8.1...HEAD
254+ [ 0.8.1 ] : https://github.com/ioxiocom/firedantic/compare/0.8.0...0.8.1
248255[ 0.8.0 ] : https://github.com/ioxiocom/firedantic/compare/0.7.2...0.8.0
249256[ 0.7.2 ] : https://github.com/ioxiocom/firedantic/compare/0.7.1...0.7.2
250257[ 0.7.1 ] : https://github.com/ioxiocom/firedantic/compare/0.7.0...0.7.1
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " firedantic"
3- version = " 0.8.0 "
3+ version = " 0.8.1 "
44description = " Pydantic base models for Firestore"
55authors = [" IOXIO Ltd" ]
66license = " BSD-3-Clause"
You can’t perform that action at this time.
0 commit comments