diff --git a/CHANGELOG.md b/CHANGELOG.md index 089f14c..96da199 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,4 @@ +0.30.4 - Fix corner case regression introduced in 0.30.0 (#107) 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) diff --git a/src/dynamicprompts/__init__.py b/src/dynamicprompts/__init__.py index 7bb9c09..2cfd9a9 100644 --- a/src/dynamicprompts/__init__.py +++ b/src/dynamicprompts/__init__.py @@ -1 +1 @@ -__version__ = "0.30.3" +__version__ = "0.30.4"