Skip to content

Commit 22fe24f

Browse files
chore(main): release 1.0.4
1 parent 0842783 commit 22fe24f

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.0.4](https://github.com/joshorr/pydantic-partials/compare/v1.0.3...v1.0.4) (2024-06-10)
4+
5+
6+
### Documentation
7+
8+
* added clarification around inheritance and default values. ([d09b8a0](https://github.com/joshorr/pydantic-partials/commit/d09b8a01f8a29d099687f9414f0640bf1d99d2c9))
9+
310
## [1.0.3](https://github.com/joshorr/pydantic-partials/compare/v1.0.2...v1.0.3) (2024-06-10)
411

512

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 = "pydantic-partials"
3-
version = "1.0.3"
3+
version = "1.0.4"
44
description = "Pydantic partial model class, with ability to easily dynamically omit fields when serializing a model."
55

66
authors = ["Josh Orr <[email protected]>"]

0 commit comments

Comments
 (0)