Skip to content

Commit

Permalink
bumping to version v0.2.2 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
JonoCX committed May 16, 2023
1 parent 6e3bcae commit 3e8444d
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 2 deletions.
24 changes: 24 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion src/matcha_ml/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.1
0.2.2

0 comments on commit 3e8444d

Please sign in to comment.