diff --git a/docs/changelog.rst b/docs/changelog.rst index 67bfd810..328ea14f 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -7,9 +7,83 @@ All commits to this project will be documented in this file. [unreleased] ------------ -`1d1c7f9 `_ is the last commit in the changelog before unreleased changes. +`67c5720 `_ is the last commit in the changelog before unreleased changes. +Bug Fixes +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +* (`24701eb `_) - Constrained 0 length lists (#570) by `@marcozzxx810 `_ in `#570 `_ +* (`6f5b78c `_) - Use provider map for any in coverage (#574) by `@adhtruong `_ in `#574 `_ +* (`4aaf656 `_) - Tuple randomized length (#573) by `@adhtruong `_ in `#573 `_ +* (`9a83ad6 `_) - Adjust min/max items to valid lengths for Set[Enum] fields (#567) by `@adrianeboyd `_ in `#567 `_ +* (`135d7fe `_) - Handle Optional type recursive models (#584) by `@adhtruong `_ in `#584 `_ +* (`6440faa `_) - Handle recursive collections (#587) by `@adhtruong `_ in `#587 `_ + +Documentation +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +* (`841831d `_) - Swap word with its antonym to match the context (#575) by `@UncleGoogle `_ in `#575 `_ + +Features +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +* (`c0c2704 `_) - Enhance register_fixture return type annotation (#581) by `@giulioindev `_ in `#581 `_ + +Build +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +* (`d75b1d2 `_) - Update pre-commit dependencies (#571) by `@adhtruong `_ in `#571 `_ + +`Release [v2.16.2] - 2024-07-09 `_ +---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +* `See All commits in v2.16.2 `_ + +`23281ee `_ ... `67c5720 `_ | `See diff for 2.16.2 `_ + +Bug Fixes +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +* (`3bb97e0 `_) - Nested model in collection build context (#564) by `@sam-or `_ in `#564 `_ + +Miscellaneous Tasks +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +* (`67c5720 `_) - Bump patch version by `@guacs `_ + +`Release [v2.16.1] - 2024-07-08 `_ +---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +* `See All commits in v2.16.1 `_ + +`4928f07 `_ ... `23281ee `_ | `See diff for 2.16.1 `_ + +Bug Fixes +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +* (`86869c2 `_) - Use provider map for generating value for 'Any' (#522) by `@guacs `_ in `#522 `_ +* (`cbe6dfc `_) - Pydantic factory_use_construct is not propagated to the nested (#549) by `@Reskov `_ in `#549 `_ +* (`b09bf64 `_) - Send correct field_meta to avoid over nesting (#527) by `@Vegemash `_ in `#527 `_ + +Documentation +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +* (`740fd34 `_) - Link to GitHub repo (#547) by `@Alc-Alc `_ in `#547 `_ +* (`c34e72e `_) - Add Reskov as a contributor for code (#556) by `@allcontributors[bot] `_ in `#556 `_ +* (`3320989 `_) - Add Vegemash as a contributor for code (#562) by `@allcontributors[bot] `_ in `#562 `_ + +Miscellaneous Tasks +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +* (`f8e9318 `_) - Migrate formatting to ruff (#554) by `@adhtruong `_ in `#554 `_ +* (`36a9cc1 `_) - Bump pydantic (#561) by `@Vegemash `_ in `#561 `_ +* (`23281ee `_) - Bump patch version by `@guacs `_ + +`Release [v2.16.0] - 2024-05-13 `_ +---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +* `See All commits in v2.16.0 `_ + +`1d1c7f9 `_ ... `4928f07 `_ | `See diff for 2.16.0 `_ + Bug Fixes ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ diff --git a/pyproject.toml b/pyproject.toml index cbf50daa..f17d8c91 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ classifiers = [ "Typing :: Typed", ] name = "polyfactory" -version = "2.16.2" +version = "2.17.0" description = "Mock data generation factories" readme = "docs/PYPI_README.md" license = {text = "MIT"}