From 0c9b7dd10dd5333e4d6c7343306db4ff96c8ed75 Mon Sep 17 00:00:00 2001 From: Serge Smertin Date: Fri, 5 Jan 2024 16:02:59 +0100 Subject: [PATCH] Release v0.0.3 * Sign artifacts with Sigstore ([#17](https://github.com/databrickslabs/blueprint/pull/17)). --- CHANGELOG.md | 5 +++++ src/databricks/labs/blueprint/__about__.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f640fca..85e3b34 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Version changelog +## 0.0.3 + +* Sign artifacts with Sigstore ([#17](https://github.com/databrickslabs/blueprint/pull/17)). + + ## 0.0.2 * Added extensive library documentation ([#14](https://github.com/databrickslabs/blueprint/pull/14)). diff --git a/src/databricks/labs/blueprint/__about__.py b/src/databricks/labs/blueprint/__about__.py index 3b93d0b..27fdca4 100644 --- a/src/databricks/labs/blueprint/__about__.py +++ b/src/databricks/labs/blueprint/__about__.py @@ -1 +1 @@ -__version__ = "0.0.2" +__version__ = "0.0.3"