Skip to content

Commit

Permalink
chore(release): release 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Apr 18, 2024
1 parent 65ef491 commit b08a4b4
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [v3.2.0](https://github.com/klarna-incubator/mleko/releases/tag/v3.2.0) (2024-04-18)

### ✨ Features

- **tuning:** Add support for `RDSStorage` using the `OptunaTuner` ([`cc06ddd`](https://github.com/klarna-incubator/mleko/commit/cc06dddd3e9c6e0ac8968319ef64881039a1fec4))

### 🐛 Bug Fixes

- **data source:** Fix bug where `dataset_id` consisting of path components would break local metadata file creation ([`17c4866`](https://github.com/klarna-incubator/mleko/commit/17c48669f22ff449fad28528340ad8f5221361bb))
- **model:** Add `verbosity` parameter to `BaseModel` to set log level in the base class. ([`0a3828f`](https://github.com/klarna-incubator/mleko/commit/0a3828f246c82ba1f8257da53de0743d9b92c3fa))

## [v3.1.0](https://github.com/klarna-incubator/mleko/releases/tag/v3.1.0) (2024-04-12)

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


__version__ = "3.1.0"
__version__ = "3.2.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 = "3.1.0"
version = "3.2.0"
description = "ML-Ekosystem"
authors = ["Erik Båvenstrand <[email protected]>"]
license = "Apache-2.0"
Expand Down

0 comments on commit b08a4b4

Please sign in to comment.