From b9def78495652887fca36985e7e7f3d1ab928570 Mon Sep 17 00:00:00 2001 From: Paul Prescod Date: Mon, 12 Apr 2021 17:53:25 -0700 Subject: [PATCH 1/2] Snowfakery 1.9 --- HISTORY.md | 9 +++++++++ snowfakery/version.txt | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index 77738ad9..ccad4d99 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -4,6 +4,15 @@ 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.9 + +Snowfakery's APIs have expanded. The changes should be backwards-compatible. + +Add support for embedding external files (text or base64 binary). + +Add support specifically for Salesforce ContentVersion. + ## Snowfakery 1.8.1 Fixed packaging issue. diff --git a/snowfakery/version.txt b/snowfakery/version.txt index b9268dae..872765e5 100644 --- a/snowfakery/version.txt +++ b/snowfakery/version.txt @@ -1 +1 @@ -1.8.1 \ No newline at end of file +1.9 \ No newline at end of file From 9bfa0b1bdf608f327dd809db2290283ede03fdb1 Mon Sep 17 00:00:00 2001 From: Paul Prescod Date: Tue, 13 Apr 2021 21:28:41 -0700 Subject: [PATCH 2/2] Add PRs. --- HISTORY.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index ccad4d99..828ef639 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -4,14 +4,13 @@ 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.9 -Snowfakery's APIs have expanded. The changes should be backwards-compatible. +Snowfakery's APIs have expanded. The changes should be backwards-compatible. #315 -Add support for embedding external files (text or base64 binary). +Add support for embedding external files (text or base64 binary). #322 -Add support specifically for Salesforce ContentVersion. +Add support specifically for Salesforce ContentVersion. #322 ## Snowfakery 1.8.1