Skip to content

Commit

Permalink
🚀 Release 0.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
dkedar7 committed Aug 14, 2023
1 parent 0724573 commit ad90144
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 7 deletions.
8 changes: 3 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
# Release 0.2.4
# Release 0.2.5

## 0.2.4 (2023-08-12)
## 0.2.5 (2023-08-13)

### Improvements

- Improve responsiveness on mobile views.
- `outputs` argument overrides callback function output hints.
- Improve pytest coverage.
- Fix: `update_live` is automatically set to `True` if the callback function doesn't require any inputs.
8 changes: 8 additions & 0 deletions docs/history.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# History

# Release 0.2.5

## 0.2.5 (2023-08-13)

### Improvements

- Fix: `update_live` is automatically set to `True` if the callback function doesn't require any inputs.

# Release 0.2.4

## 0.2.4 (2023-08-12)
Expand Down
2 changes: 1 addition & 1 deletion fast_dash/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

__author__ = """Kedar Dabhadkar"""
__email__ = "kedar@fastdash.app"
__version__ = "4"
__version__ = "0.2.5"

from fast_dash.Components import (
Graph,
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool]
[tool.poetry]
name = "fast_dash"
version = "0.2.4"
version = "0.2.5"
homepage = "https://github.com/dkedar7/fast_dash"
description = "Build Machine Learning prototypes web applications lightning fast."
authors = ["Kedar Dabhadkar <kedar@fastdash.app>"]
Expand Down

0 comments on commit ad90144

Please sign in to comment.