Skip to content

Commit

Permalink
Bump version from 0.4.1 to 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alexhad6 committed Apr 18, 2024
1 parent fbc460b commit 61dba91
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "jupyterlab-datalogs",
"private": true,
"version": "0.4.1",
"version": "0.5.0",
"description": "JupyterLab extension for DataLogs.",
"contributors": [
{
Expand Down

0 comments on commit 61dba91

Please sign in to comment.