Skip to content

Commit

Permalink
Release 0.8.1 (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
fbjorn authored Dec 9, 2024
1 parent 5ea35f2 commit 71cd23d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm

## [Unreleased]

## [0.8.1] - 2024-12-09

### Changed

- Improve type hints for `find` and `find_one` methods.

## [0.8.0] - 2024-10-16

### Added
Expand Down Expand Up @@ -244,7 +250,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.0...HEAD
[unreleased]: https://github.com/ioxiocom/firedantic/compare/0.8.1...HEAD
[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
[0.7.1]: https://github.com/ioxiocom/firedantic/compare/0.7.0...0.7.1
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.0"
version = "0.8.1"
description = "Pydantic base models for Firestore"
authors = ["IOXIO Ltd"]
license = "BSD-3-Clause"
Expand Down

0 comments on commit 71cd23d

Please sign in to comment.