Skip to content

Commit 71566f2

Browse files
authored
Merge pull request #15 from joshorr/release-please--branches--main--components--pydantic-partials
chore(main): release 1.0.5
2 parents dc218d1 + 9bf00c2 commit 71566f2

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

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

3+
## [1.0.5](https://github.com/joshorr/pydantic-partials/compare/v1.0.4...v1.0.5) (2024-06-11)
4+
5+
6+
### Documentation
7+
8+
* clarifying readme/docs. ([d4d85ed](https://github.com/joshorr/pydantic-partials/commit/d4d85ed3af712319bfb782adabaf50b2e6f608e7))
9+
* fix extra indent in code example in README.md. ([1745485](https://github.com/joshorr/pydantic-partials/commit/1745485fa7e6bfb9b3c070ebccff1289285b05cf))
10+
311
## [1.0.4](https://github.com/joshorr/pydantic-partials/compare/v1.0.3...v1.0.4) (2024-06-10)
412

513

@@ -48,4 +56,3 @@
4856

4957
* added basic docs to readme. ([a0eb544](https://github.com/joshorr/pydantic-partials/commit/a0eb544554d8351df07586ee7bc8ad393c761164))
5058
* added/changed doc-comments. ([eb1eb7c](https://github.com/joshorr/pydantic-partials/commit/eb1eb7c507c1236a922d59a7dc7972f765615391))
51-

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

66
authors = ["Josh Orr <josh@orr.blue>"]

0 commit comments

Comments
 (0)