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 9, 2024
1 parent c3fe197 commit 8fbdb3f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 2.7.5

- New lines in `input()` are now handled with feed character
- Signal ready state when `input()` called a second time

## 2.7.4

- Better error message for incorrect `save()` param order
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.4"
version = "2.7.5"
description = ""
authors = ["Javier Luraschi <javier@hal9.ai>"]
readme = "README.md"
Expand Down

0 comments on commit 8fbdb3f

Please sign in to comment.