diff --git a/CHANGELOG.md b/CHANGELOG.md index e8690d6..089f14c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +0.30.3 - Fix spurious warnings introduced by #103 (#105) +0.30.2 - No code changes. 0.30.1 - Made weighted wildcard shorthand parsing a little more robust (#103) 0.30.0 - Removed support for python 3.7 ([#98](https://github.com/adieyal/dynamicprompts/pull/98)), wildcard files now support weights ([#97](https://github.com/adieyal/dynamicprompts/pull/97)). Also added infrastructure to return additional metadata gatherered during sampling ([#100](https://github.com/adieyal/dynamicprompts/pull/100)). 0.29.0 - Added an option to shuffle the output of the wildcard manager diff --git a/src/dynamicprompts/__init__.py b/src/dynamicprompts/__init__.py index e89b4cf..7bb9c09 100644 --- a/src/dynamicprompts/__init__.py +++ b/src/dynamicprompts/__init__.py @@ -1 +1 @@ -__version__ = "0.30.2" +__version__ = "0.30.3"