From 61dba91b1b120b90ad3cbd3656ea4f6f479c0f76 Mon Sep 17 00:00:00 2001 From: Alex Hadley Date: Thu, 18 Apr 2024 16:57:19 -0700 Subject: [PATCH] Bump version from 0.4.1 to 0.5.0 --- .github/workflows/github-pages.yml | 2 +- CHANGELOG.md | 5 ++++- package.json | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/github-pages.yml b/.github/workflows/github-pages.yml index 8f07067..16c7554 100644 --- a/.github/workflows/github-pages.yml +++ b/.github/workflows/github-pages.yml @@ -4,7 +4,7 @@ on: workflow_dispatch env: HATCH_VERSION: "1.9.1" - PACKAGE_VERSION: "0.4.1" + PACKAGE_VERSION: "0.5.0" PACKAGE_NAME: "jupyterlab-datalogs" PYTHON_PACKAGE_NAME: "jupyterlab_datalogs" diff --git a/CHANGELOG.md b/CHANGELOG.md index 23dd0e1..c064b17 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +## [0.5.0] (Apr 18 2024) + ### Changed - Renamed package from `jupyterlab-datalogger` to `jupyterlab-datalogs` to be consistent @@ -60,7 +62,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.4.1...main +[unreleased]: https://github.com/PainterQubits/jupyterlab-datalogs/compare/v0.5.0...main +[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 [0.3.1]: https://github.com/PainterQubits/jupyterlab-datalogs/releases/tag/v0.3.1 diff --git a/package.json b/package.json index 1f68988..d490f42 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "jupyterlab-datalogs", "private": true, - "version": "0.4.1", + "version": "0.5.0", "description": "JupyterLab extension for DataLogs.", "contributors": [ {