Skip to content

Commit

Permalink
0.5.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Apr 11, 2024
1 parent 31655af commit 63c5fc1
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@



## v0.5.0 (2024-04-11)

### Ci

* ci: update checkout action ([`be8b7b6`](https://github.com/ADR-007/pydantic-strict-partial/commit/be8b7b68effd5007bf12cde86c5366055707603c))

### Documentation

* docs: add optional fields specification to README.md ([`31655af`](https://github.com/ADR-007/pydantic-strict-partial/commit/31655afa4fe6df74c9395cca780c5824d733e0a7))

### Feature

* feat: accept optional_fields as stared positional arguments ([`8423f4f`](https://github.com/ADR-007/pydantic-strict-partial/commit/8423f4fd4ccc5b110d0037276f2046106bff73b7))


## v0.4.5 (2024-04-11)

### Documentation
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 = "pydantic-strict-partial"
version = "0.4.5"
version = "0.5.0"
description = "Makes partial Pydantic models without making fields nullable."
authors = ["Adrian Dankiv <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 63c5fc1

Please sign in to comment.