Skip to content

Commit 5f340c6

Browse files
authored
Merge pull request #36 from joshorr/release-please--branches--main--components--pydantic-partials
chore(main): release 2.0.1
2 parents 3d6c304 + 578236f commit 5f340c6

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+
## [2.0.1](https://github.com/joshorr/pydantic-partials/compare/v2.0.0...v2.0.1) (2025-01-31)
4+
5+
6+
### Bug Fixes
7+
8+
* update/generate new docs after fixing/tweaking them. ([b307401](https://github.com/joshorr/pydantic-partials/commit/b30740103ed29aeb0abed0952a1917baefc32ad1))
9+
310
## [2.0.0](https://github.com/joshorr/pydantic-partials/compare/v1.1.0...v2.0.0) (2025-01-30)
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 = "2.0.0"
3+
version = "2.0.1"
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)