-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Automatically generated by python-semantic-release
- Loading branch information
semantic-release
committed
Jan 22, 2025
1 parent
61e8e18
commit 86e5ddf
Showing
2 changed files
with
12 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,17 @@ | ||
# CHANGELOG | ||
|
||
|
||
## v0.6.2 (2025-01-22) | ||
|
||
### Documentation | ||
|
||
- Adjust doc, it's actually a tuple that can be empty | ||
([#12](https://github.com/ADR-007/pydantic-strict-partial/pull/12), | ||
[`61e8e18`](https://github.com/ADR-007/pydantic-strict-partial/commit/61e8e18f075ef080d1e07fb72eda264335a8e3d6)) | ||
|
||
By: Christian Hattemer <[email protected]> | ||
|
||
|
||
## v0.6.1 (2024-12-10) | ||
|
||
### Bug Fixes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "pydantic-strict-partial" | ||
version = "0.6.1" | ||
version = "0.6.2" | ||
description = "Makes partial Pydantic models without making fields nullable." | ||
authors = ["Adrian Dankiv <[email protected]>"] | ||
license = "MIT" | ||
|