Skip to content

Commit

Permalink
0.4.1
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Apr 10, 2024
1 parent b88967e commit 388a87a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@



## v0.4.1 (2024-04-10)

### Ci

* ci: use PAT to push tags to trigger PyPI publishing ([`b88967e`](https://github.com/ADR-007/pydantic-strict-partial/commit/b88967e209f4f27e80082610072c89a00cb26339))

* ci: fix versioning ([`07fb0a9`](https://github.com/ADR-007/pydantic-strict-partial/commit/07fb0a980354c48117afa478fc43492d3cf4a5f2))

### Fix

* fix: add py.typed to support mypy ([`091adfd`](https://github.com/ADR-007/pydantic-strict-partial/commit/091adfda6f833cac3b0e6cb231da570f61450378))


## v0.4.0 (2024-04-10)

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

0 comments on commit 388a87a

Please sign in to comment.