Skip to content

Commit

Permalink
bump version and change log
Browse files Browse the repository at this point in the history
  • Loading branch information
javierluraschi committed Sep 5, 2024
1 parent 18190ac commit 39c4832
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 2.7.4

- Better error message for incorrect `save()` param order
- Support handing PIL images in `save()`
- Support title and description in `hal9` deployment
- Support arbitrary runtimes and `hal9` describe

## 2.7.2

- Support to assign thumbnail file in deploy
Expand Down
2 changes: 1 addition & 1 deletion python/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "hal9"
version = "2.7.3"
version = "2.7.4"
description = ""
authors = ["Javier Luraschi <javier@hal9.ai>"]
readme = "README.md"
Expand Down

0 comments on commit 39c4832

Please sign in to comment.