Skip to content

Commit b2a9516

Browse files
authored
Merge pull request #5 from joshorr/release-please--branches--main--components--pydantic-partials
chore(main): release 1.0.1
2 parents b64240a + 7140fcf commit b2a9516

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.1](https://github.com/joshorr/pydantic-partials/compare/v1.0.0...v1.0.1) (2024-06-10)
4+
5+
6+
### Bug Fixes
7+
8+
* generate docs issue. ([770cb7c](https://github.com/joshorr/pydantic-partials/commit/770cb7c0e5e8f3b2c6d82c479161b857296d9683))
9+
310
## 1.0.0 (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.0"
3+
version = "1.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)