Skip to content

Commit 71cd23d

Browse files
authored
Release 0.8.1 (#76)
1 parent 5ea35f2 commit 71cd23d

2 files changed

Lines changed: 9 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff 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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "firedantic"
3-
version = "0.8.0"
3+
version = "0.8.1"
44
description = "Pydantic base models for Firestore"
55
authors = ["IOXIO Ltd"]
66
license = "BSD-3-Clause"

0 commit comments

Comments
 (0)