Skip to content

Commit

Permalink
0.2.0
Browse files Browse the repository at this point in the history
chore(release): release 0.2.0
  • Loading branch information
github-actions committed May 21, 2023
1 parent a668b1a commit 1031648
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

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

## v0.2.0 (2023-05-21)
### Feature
* Add data splitting step ([#53](https://github.com/ErikBavenstrand/mleko/issues/53)) ([`a668b1a`](https://github.com/ErikBavenstrand/mleko/commit/a668b1a0cd61b6fa1970f401f8209accd40e083f))

### Documentation
* Removed duplicate row. ([`5d77131`](https://github.com/ErikBavenstrand/mleko/commit/5d77131341fb9d241fb179115f1dbd51c9962059))
* Adding pre-commit check for conventional commits. ([`dd2076e`](https://github.com/ErikBavenstrand/mleko/commit/dd2076e38711368a94ba7b454ce830caf23ebf1d))

## v0.1.3 (2023-05-13)
### Fix
* **cache:** :bug: Cache modules exposed in subpackage __init__. ([`fd65e9d`](https://github.com/ErikBavenstrand/mleko/commit/fd65e9df668a0003543a1fa2e3260f723a87285f))
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 = "mleko"
version = "0.1.3"
version = "0.2.0"
description = "ML-Ekosystem"
authors = ["Erik Båvenstrand <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion src/mleko/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@
Each subpackage is designed to be modular and extensible, making it easy to customize and adapt the library to a wide
range of model building processes and requirements.
"""
__version__ = "0.1.3"
__version__ = "0.2.0"

0 comments on commit 1031648

Please sign in to comment.