Skip to content

Commit 2121a08

Browse files
committed
Bump 1.19.4
1 parent a724dac commit 2121a08

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1313

1414
### Removed
1515

16+
## [1.19.4](https://pypi.org/project/model-bakery/1.19.4/)
17+
### Changed
18+
- Allow `None` value for generic foreign keys within iterators
19+
- Make `TextField` generator respect `max_length`
20+
- Deprecate `model_bakery.random_gen.gen_text` in favor of `model_bakery.random_gen.gen_string`
21+
1622
## [1.19.3](https://pypi.org/project/model-bakery/1.19.3/)
1723

1824
### Changed

model_bakery/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.19.3"
1+
__version__ = "1.19.4"

0 commit comments

Comments
 (0)