Skip to content

Commit 59ae372

Browse files
authored
Merge pull request #10 from joshorr/release-please--branches--main--components--pydantic-partials
chore(main): release 1.0.3
2 parents 6b90f62 + 4017500 commit 59ae372

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

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

3+
## [1.0.3](https://github.com/joshorr/pydantic-partials/compare/v1.0.2...v1.0.3) (2024-06-10)
4+
5+
6+
### Documentation
7+
8+
* clarified a point in readme/docs. ([6b9fbd0](https://github.com/joshorr/pydantic-partials/commit/6b9fbd0dc24257671fec3eb7124e53f551c6eb3b))
9+
* fix incorrect mkdocs metadata. ([fe6779b](https://github.com/joshorr/pydantic-partials/commit/fe6779b08b8a65e811201e7c0712745e705745f8))
10+
311
## [1.0.2](https://github.com/joshorr/pydantic-partials/compare/v1.0.1...v1.0.2) (2024-06-10)
412

513

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.2"
3+
version = "1.0.3"
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)