Skip to content

Commit

Permalink
chore(release): release 4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release committed May 21, 2024
1 parent 1974448 commit 7029a9d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [v4.2.0](https://github.com/klarna-incubator/mleko/releases/tag/v4.2.0) (2024-05-21)

### ✨ Features

- **transformer:** Update `ExpressionTransformer` to use `TypedDict` instead of tuples. ([`3950abd`](https://github.com/klarna-incubator/mleko/commit/3950abd1330bd7542d3c1af0a5533857b2c07c03))

## [v4.1.0](https://github.com/klarna-incubator/mleko/releases/tag/v4.1.0) (2024-05-18)

### ✨ 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__ = "4.1.0"
__version__ = "4.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 = "4.1.0"
version = "4.2.0"
description = "ML-Ekosystem"
authors = ["Erik Båvenstrand <erik@bavenstrand.se>"]
license = "Apache-2.0"
Expand Down

0 comments on commit 7029a9d

Please sign in to comment.