From 50ea8748e35978ffac362ca0b5e82aa18f942ef5 Mon Sep 17 00:00:00 2001 From: aditya-balachander Date: Fri, 19 Dec 2025 14:38:46 +0530 Subject: [PATCH] Release version 4.2.0 --- HISTORY.md | 4 ++++ snowfakery/__about__.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index 64dab358..af112623 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -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.0 + +Add comprehensive validations for Snowfakery with flags `--validate-only` and `--strict-mode` (#1109) + ## Snowfakery 4.1.0 Upgrade the `pydantic` dependency from v1 to v2 (#1101) diff --git a/snowfakery/__about__.py b/snowfakery/__about__.py index 70397087..0fd7811c 100644 --- a/snowfakery/__about__.py +++ b/snowfakery/__about__.py @@ -1 +1 @@ -__version__ = "4.1.0" +__version__ = "4.2.0"