From e463b4985a3d791829892f783840bcf38db75a3f Mon Sep 17 00:00:00 2001 From: Alex Hadley Date: Thu, 29 Aug 2024 16:33:08 -0400 Subject: [PATCH] Bump version from 0.5.0 to 0.6.0 --- CHANGELOG.md | 7 ++++++- package.json | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c064b17..430b58d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +## [0.6.0] (Apr 29 2024) + +- Public release of JupyterLab DataLogs. + ## [0.5.0] (Apr 18 2024) ### Changed @@ -62,7 +66,8 @@ project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). - JupyterLab plugin to add NetCDF mimetype and file icon. - JupyterLab plugin that adds shortcuts to generate code that loads logs with DataLogs. -[unreleased]: https://github.com/PainterQubits/jupyterlab-datalogs/compare/v0.5.0...main +[unreleased]: https://github.com/PainterQubits/jupyterlab-datalogs/compare/v0.6.0...main +[0.6.0]: https://github.com/PainterQubits/jupyterlab-datalogs/releases/tag/v0.6.0 [0.5.0]: https://github.com/PainterQubits/jupyterlab-datalogs/releases/tag/v0.5.0 [0.4.1]: https://github.com/PainterQubits/jupyterlab-datalogs/releases/tag/v0.4.1 [0.4.0]: https://github.com/PainterQubits/jupyterlab-datalogs/releases/tag/v0.4.0 diff --git a/package.json b/package.json index 4205fe8..a5f27a1 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "jupyterlab-datalogs", "private": true, - "version": "0.5.0", + "version": "0.6.0", "description": "JupyterLab extension for DataLogs.", "contributors": [ {