diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d31760268..1f842b65dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,20 @@ +## v0.23.6 + +([full changelog](https://github.pie.apple.com/pie-data-studio/data_studio_jupyter_extensions/compare/v0.23.5...4c9d1fcadb69b0944a99f8c34a356239e461ac2f)) + +### Bugs fixed + +- Trigger a WS reconnect event for Scala kernels when they fail to connect the first time. [#438](https://github.pie.apple.com/pie-data-studio/data_studio_jupyter_extensions/pull/438) ([@zsailer](https://github.pie.apple.com/zsailer)) + +### Contributors to this release + +([GitHub contributors page for this release](https://github.pie.apple.com/pie-data-studio/data_studio_jupyter_extensions/graphs/contributors?from=2022-08-03&to=2022-08-04&type=c)) + +[@piebot](https://github.pie.apple.com/search?q=repo%3Apie-data-studio%2Fdata_studio_jupyter_extensions+involves%3Apiebot+updated%3A2022-08-03..2022-08-04&type=Issues) | [@zsailer](https://github.pie.apple.com/search?q=repo%3Apie-data-studio%2Fdata_studio_jupyter_extensions+involves%3Azsailer+updated%3A2022-08-03..2022-08-04&type=Issues) + ## v0.23.5 ([full changelog](https://github.pie.apple.com/pie-data-studio/data_studio_jupyter_extensions/compare/v0.23.4...a4b2773dd530b6f2ad042f622e72c474b4bacff1)) diff --git a/data_studio_jupyter_extensions/_version.py b/data_studio_jupyter_extensions/_version.py index 6faf0df307..088a2ca057 100644 --- a/data_studio_jupyter_extensions/_version.py +++ b/data_studio_jupyter_extensions/_version.py @@ -1 +1 @@ -__version__ = "0.23.5" # pragma: no cover +__version__ = "0.23.6" # pragma: no cover diff --git a/pyproject.toml b/pyproject.toml index 2ec2774a62..8947f306dd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ testpaths = [ ] [tool.tbump.version] -current = "0.23.5" +current = "0.23.6" regex = ''' (?P\d+)\.(?P\d+)\.(?P\d+) ((?Pa|b|rc|.dev)(?P\d+))? diff --git a/src/status.tsx b/src/status.tsx index 7f7963f046..19c9c8cc58 100644 --- a/src/status.tsx +++ b/src/status.tsx @@ -31,7 +31,7 @@ import { ISessionContext, ReactWidget } from '@jupyterlab/apputils'; import { EventListener } from './eventlistener'; // This is managed by tbump config in pyproject.toml -const VERSION = '0.23.5'; +const VERSION = '0.23.6'; // Define the error states // https://github.pie.apple.com/pie-data-studio/notebook-service/blob/761d63604966db5918d2e491c0f89cce454b7f67/app/com/apple/datastudio/model/ResourceState.scala#L20 const ERROR_STATES = [ diff --git a/version b/version index f6de001744..df47809d31 100644 --- a/version +++ b/version @@ -1 +1 @@ -0.23.5 +0.23.6