Skip to content

Commit

Permalink
Merge pull request #41 from SFDO-Tooling/feature/version-0.8.1
Browse files Browse the repository at this point in the history
Snowfakery 0.8.1
  • Loading branch information
prescod authored Apr 30, 2020
2 parents 38b0ec0 + 37f2632 commit b79da29
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 9 deletions.
7 changes: 0 additions & 7 deletions CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -115,10 +115,3 @@ You can finish up the process by updating the release object that was auto-creat
Just paste in the changelog notes and hit publish.

Tada! You've published a new version of Snowfakery.

Configuring Your Environment
~~~~~~~~~~~~~~~~~~~~~~~~~~~~

To release Snowfakery, you'll need twine, which is installed with the development requirements. You'll also need to configure your `pypirc`_ file with your PyPI credentials.

.. _pypirc: https://docs.python.org/distutils/packageindex.html#the-pypirc-file
15 changes: 14 additions & 1 deletion HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,20 @@ 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 0.8.1

Snowfakery includes support for Salesforce RecordTypes.

Snowfakery can output SQL/JSON NULL using YAML blank fields or the YAML literal 'null'

Fields starting with __ are now properly suppressed as per the documentation.

Various performance and reliability improvements:
* parsed dates are now cached
* Jinja values are always coerced to a string where appropriate
* internal attributes were renamed for clarity
* lookups are only generated in CCI mappings if they are actually needed

## Snowfakery 0.8.0

Snowfakery now specifies its install requirements with minimum versions rather than specific versions,
Expand All @@ -28,4 +42,3 @@ Snowfakery 0.6 is open source!
## Snowfakery 0.5

The first version of Snowfakery was [Salesforce.org](http://salesforce.org/) internal-only.

2 changes: 1 addition & 1 deletion snowfakery/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = "0.8.0"
version = "0.8.1"

0 comments on commit b79da29

Please sign in to comment.