Skip to content

Commit

Permalink
chore(release): v0.10.0 [skip ci]
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed Apr 13, 2024
1 parent 1859731 commit 584267a
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,27 @@



## v0.10.0 (2024-04-13)

### Chore

* chore: add `credentials.ini` to `.gitignore` ([`bce704b`](https://github.com/Rebekah-Chuang/VizAble/commit/bce704ba7f31c3d47761756702715b13ebfc0e08))

* chore: add `google-generativeai` to project ([`89c8165`](https://github.com/Rebekah-Chuang/VizAble/commit/89c8165eb699c8fee5395407a0b69848dd7a0a9f))

### Feature

* feat: add user interface for user to interact with gemini ai ([`6a967e2`](https://github.com/Rebekah-Chuang/VizAble/commit/6a967e2214d80ad2c0e862afa502c7d9f4a797a9))

* feat: add the server logic for new chatbot tab as step 6 ([`a644ef2`](https://github.com/Rebekah-Chuang/VizAble/commit/a644ef2bd42db579b584a84afccb67a883ec9c6d))

### Test

* test: add unit test for `update_grouping_input_select()` function ([`695a20e`](https://github.com/Rebekah-Chuang/VizAble/commit/695a20e94de1af538fb0d7bee717d474a0e43a53))

* test: add unit test for `grouping_input_select()` function ([`6c1ba84`](https://github.com/Rebekah-Chuang/VizAble/commit/6c1ba841dc5bb9296c1011f4ca6aa65d379d1114))


## v0.9.0 (2024-04-10)

### Documentation
Expand Down
2 changes: 1 addition & 1 deletion VizAble/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# shiny/__init__.py
from VizAble import functions

__version__ = "0.9.0"
__version__ = "0.10.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 = "VizAble"
version = "0.9.0"
version = "0.10.0"
description = "A web-based data visualization tool that generates accessible visualizations for all users, including people with visual impairments (low vision or blind)."
license = "MIT"
authors = ["Chi-Ying Chuang <[email protected]>"]
Expand Down

0 comments on commit 584267a

Please sign in to comment.