From 3e8444d0ce9f8a84ea8d879bbe246ff707afdde8 Mon Sep 17 00:00:00 2001 From: Jonathan Carlton Date: Tue, 16 May 2023 15:40:05 +0100 Subject: [PATCH] bumping to version v0.2.2 for release --- RELEASE_NOTES.md | 24 ++++++++++++++++++++++++ pyproject.toml | 2 +- src/matcha_ml/VERSION | 2 +- 3 files changed, 26 insertions(+), 2 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index c83012c6..ad0f25a3 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,3 +1,27 @@ +# 0.2.2 + +This release includes documentation changes and bug fixes (detailed below) prior to the public announcement. + +Date: 16th May 2023 + +## Bug Fixes: + +* Provisioning failed when the local machine had never previously ran anything related to Kubernetes - fixed (PR https://github.com/fuzzylabs/matcha/pull/86) +* When provisioning failed part way through, `destroy` was unable to deprovision the partially provisioned component stack - fixed (PR https://github.com/fuzzylabs/matcha/pull/88) +* Added `pymdown-extensions` as a dependency to solve security issue - PR https://github.com/fuzzylabs/matcha/pull/99 + +## Documentation Updates (docs/readme): + +* The landing page has been overhauled to improve the narrative and provide a better introduction +* The getting started guide has been updated to improve language and structure +* The README has been updated to include badges and a GIF, along with structural and language changes. + +## Other fixes/changes: + +* Added attribution to the relevant terraform files + +See all changes here: [v0.2.1...v0.2.2](https://github.com/fuzzylabs/matcha/compare/v0.2.1...v0.2.2) + # 0.2.1 In this release, we introduce `matcha` to the world - an open source tool for provisioning MLOps environments to the cloud. diff --git a/pyproject.toml b/pyproject.toml index e594f997..9a61afa6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "matcha-ml" -version = "0.2.1" +version = "0.2.2" description = "Matcha: A open source tool for provisioning MLOps environments to the cloud." authors = ["FuzzyLabs "] license = "Apache-2.0" diff --git a/src/matcha_ml/VERSION b/src/matcha_ml/VERSION index 0c62199f..ee1372d3 100644 --- a/src/matcha_ml/VERSION +++ b/src/matcha_ml/VERSION @@ -1 +1 @@ -0.2.1 +0.2.2