Skip to content

Commit

Permalink
Become 0.31.0
Browse files Browse the repository at this point in the history
  • Loading branch information
akx committed Mar 21, 2024
1 parent 397e6f9 commit 58815af
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
- 0.31.0
- Feature: Add Variable Support in Wildcard Paths (#110, #114) (thanks @mwootendev!)
- Feature: Add wrap command (#102) (@akx)
- Feature: Support preserving variable values (#115) (thanks @mwootendev!)
- Enhancement: Make "No values found" warning more obvious (#116)
- Enhancement: Parse single strings as collections of one item in structured wildcard files (#113)
- Internal: Loosen transitive dependency pins to avoid downgrades (#122)
- 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.
Expand Down
2 changes: 1 addition & 1 deletion src/dynamicprompts/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.30.4"
__version__ = "0.31.0"

0 comments on commit 58815af

Please sign in to comment.