Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ In the beginning, programmers created the databases. Now the databases were form

And so [Salesforce.org](http://salesforce.org/) said “Let there be data,” and there was Snowfakery. And it was good.

## Snowfakery 4.2.1

Fix validation to correctly handle `__` prefixed temporary variables in recipes (#1111)

## Snowfakery 4.2.0

Add comprehensive validations for Snowfakery with flags `--validate-only` and `--strict-mode` (#1109)
Expand Down
2 changes: 1 addition & 1 deletion snowfakery/__about__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "4.2.0"
__version__ = "4.2.1"
Loading