Skip to content

Commit

Permalink
add release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
rashidakanchwala committed Jul 2, 2024
1 parent d355913 commit f0978fa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,13 @@ Please follow the established format:
- Enable/disable preview for all the datasets when publishing Kedro-Viz from UI. (#1895)
- Display published URLs. (#1907)
- Conditionally move session store and stats file to .viz directory. (#1915)
- Refactor namespace pipelines. (#1897)

## Bug fixes and other changes

- Relax `packaging` pin in requirements. (#1947)
- Add favicon to kedro-viz documentation. (#1959)
- Fix bug related to nested namespace pipelines. (#1897)

# Release 9.1.0

Expand Down
1 change: 1 addition & 0 deletions package/kedro_viz/launchers/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ def viz(ctx): # pylint: disable=unused-argument
)
@click.option(
"--pipeline",
"-p",
type=str,
default=None,
help="Name of the registered pipeline to visualise. "
Expand Down

0 comments on commit f0978fa

Please sign in to comment.