Skip to content

Commit 3e8444d

Browse files
committed
bumping to version v0.2.2 for release
1 parent 6e3bcae commit 3e8444d

3 files changed

Lines changed: 26 additions & 2 deletions

File tree

RELEASE_NOTES.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
# 0.2.2
2+
3+
This release includes documentation changes and bug fixes (detailed below) prior to the public announcement.
4+
5+
Date: 16th May 2023
6+
7+
## Bug Fixes:
8+
9+
* Provisioning failed when the local machine had never previously ran anything related to Kubernetes - fixed (PR https://github.com/fuzzylabs/matcha/pull/86)
10+
* 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)
11+
* Added `pymdown-extensions` as a dependency to solve security issue - PR https://github.com/fuzzylabs/matcha/pull/99
12+
13+
## Documentation Updates (docs/readme):
14+
15+
* The landing page has been overhauled to improve the narrative and provide a better introduction
16+
* The getting started guide has been updated to improve language and structure
17+
* The README has been updated to include badges and a GIF, along with structural and language changes.
18+
19+
## Other fixes/changes:
20+
21+
* Added attribution to the relevant terraform files
22+
23+
See all changes here: [v0.2.1...v0.2.2](https://github.com/fuzzylabs/matcha/compare/v0.2.1...v0.2.2)
24+
125
# 0.2.1
226

327
In this release, we introduce `matcha` to the world - an open source tool for provisioning MLOps environments to the cloud.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "matcha-ml"
3-
version = "0.2.1"
3+
version = "0.2.2"
44
description = "Matcha: A open source tool for provisioning MLOps environments to the cloud."
55
authors = ["FuzzyLabs <info@fuzzylabs.ai>"]
66
license = "Apache-2.0"

src/matcha_ml/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.2.1
1+
0.2.2

0 commit comments

Comments
 (0)