Skip to content

Commit ebbda44

Browse files
committed
bumping to version v0.2.9 for release
1 parent 658eabc commit ebbda44

3 files changed

Lines changed: 20 additions & 2 deletions

File tree

RELEASE_NOTES.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
# v0.2.9
2+
3+
This is a minor release to address a bug and improve documentation based on the changes introduced in v0.2.8.
4+
5+
Date: 23rd August 2023
6+
7+
## Bug Fixes
8+
9+
* Fixed a circular import bug ([#201](https://github.com/fuzzylabs/matcha/pull/201))
10+
11+
## Documentation
12+
13+
* Adds API-based examples to the getting started guide ([#119](https://github.com/fuzzylabs/matcha/pull/199))
14+
15+
See all changes here: https://github.com/fuzzylabs/matcha/compare/v0.2.8...v0.2.9
16+
17+
---
18+
119
# Stacks 📚
220

321
LLMs are all the rage at the moment, with new and improved models being released almost daily. These models are quite large (as implied by the name) and cannot be hosted on standard personal computers, therefore we need to use cloud infrastructure to manage and deploy these models. However, standing up and managing these cloud resources isn't typically the forte of a lot of those interested in LLMs.

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.8"
3+
version = "0.2.9"
44
description = "Matcha: An 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.8
1+
0.2.9

0 commit comments

Comments
 (0)