Skip to content

Commit 98701a0

Browse files
committed
Release 0.4.0
1 parent da036be commit 98701a0

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
9+
## [0.4.0] - 2023-01-31
810
### Added
911
- Catch errors raised by ML model's predict method, format them as JSON, and return as the body of the 500 status response.
1012

11-
## [0.3.2] - 2022-01-13
13+
## [0.3.2] - 2023-01-13
1214
### Fixed
1315
- Support strings for predictions in array-like structures
1416

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 = "fastapi-mlflow"
3-
version = "0.3.2"
3+
version = "0.4.0"
44
description = "Deploy mlflow models as JSON APIs with minimal new code."
55
authors = ["John Harrison <[email protected]>"]
66
readme = "README.md"

0 commit comments

Comments
 (0)