Skip to content

Commit

Permalink
1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lmignon committed Sep 19, 2023
1 parent 1df8db9 commit 6bb0ad3
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.1.0
current_version = 1.1.1

[bumpversion:file:.bumpversion.cfg]

Expand Down
13 changes: 13 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
1.1.1 (2023-09-19)
==================

Bugfixes
--------

- Preserves the original FieldInfo when resolving nested extended classes at
registry initialization time. Before this change, when the registry was
initialized, and a field referencing a nested class was encountered, only
the annotated information was preserved not the additional information provided
as default value. (`#15 <https://github.com/lmignon/extendable-pydantic/issues/15>`_)


1.1.0 (2023-07-28)
==================

Expand Down
5 changes: 0 additions & 5 deletions news/15.bugfix

This file was deleted.

2 changes: 1 addition & 1 deletion src/extendable_pydantic/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.1.0"
__version__ = "1.1.1"

0 comments on commit 6bb0ad3

Please sign in to comment.