Skip to content

Commit dafda5e

Browse files
authored
Merge pull request #26 from joshorr/release-please--branches--main--components--pydantic-partials
chore(main): release 1.1.0
2 parents 9234946 + fa7916a commit dafda5e

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.1.0](https://github.com/joshorr/pydantic-partials/compare/v1.0.8...v1.1.0) (2024-10-26)
4+
5+
6+
### Features
7+
8+
* add way to exclude specific fields from auto partials. ([ceeb995](https://github.com/joshorr/pydantic-partials/commit/ceeb995d21ceb03447353272025f045f722dfbdf))
9+
310
## [1.0.8](https://github.com/joshorr/pydantic-partials/compare/v1.0.7...v1.0.8) (2024-07-17)
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.8"
3+
version = "1.1.0"
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)