Skip to content

Commit

Permalink
0.6.0
Browse files Browse the repository at this point in the history
chore(release): release 0.6.0
  • Loading branch information
github-actions authored and Erik Båvenstrand committed Jun 26, 2023
1 parent 5fa8c9c commit c4dc896
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

<!--next-version-placeholder-->

## v0.6.0 (2023-06-26)

### Feature

* **cache:** ✨ Add cache_group that can segment an instance cache into different isolated parts. ([`b5c3de5`](https://github.com/ErikBavenstrand/mleko/commit/b5c3de5f1397bfb9422590ba037f431c2eaad9ac))

### Chore

* **deps:** Bump sphinx-autodoc-typehints in /docs ([`de2e720`](https://github.com/ErikBavenstrand/mleko/commit/de2e720515b362f65078b31f545842be997152e0))

## v0.5.0 (2023-06-17)

### Feature
Expand Down
2 changes: 1 addition & 1 deletion mleko/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@
from __future__ import annotations


__version__ = "0.5.0"
__version__ = "0.6.0"
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 = "mleko"
version = "0.5.0"
version = "0.6.0"
description = "ML-Ekosystem"
authors = ["Erik Båvenstrand <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit c4dc896

Please sign in to comment.