Skip to content

Commit

Permalink
Merge pull request #158 from SFDO-Tooling/feature/version-1.2
Browse files Browse the repository at this point in the history
Snowfakery Version 1.2
  • Loading branch information
prescod authored Oct 14, 2020
2 parents 2250084 + 7da2395 commit 520b49e
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ 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 1.2

Improvements to plugin API: add `evaluate_raw` and `simplify`

Dependency updates.

## Snowfakery 1.1.2

Minor improvements in error reporting.
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
SQLAlchemy==1.3.19
Faker==4.1.3
Faker==4.9.0
jinja2==2.11.2
PyYAML==5.3.1
click==7.1.2
Expand Down
4 changes: 2 additions & 2 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
black==20.8b1
coverage==5.3
coveralls==2.1.2
flake8==3.8.3
flake8==3.8.4
myst-parser==0.12.10
pre-commit==2.7.1
pytest==6.1.0
pytest==6.1.1
pytest-cov==2.10.1
Sphinx==3.2.1
typeguard==2.9.1
Expand Down
2 changes: 1 addition & 1 deletion snowfakery/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1.2
1.2

0 comments on commit 520b49e

Please sign in to comment.