Skip to content

Commit

Permalink
Bump version from 0.1.0 to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alexhad6 committed Oct 20, 2023
1 parent 49a78ec commit 3f03ddc
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on: workflow_dispatch
env:
HATCH_VERSION: "1.7.0"
PYTHON_VERSION: "3.10"
DATALOGGER_JUPYTERLAB_VERSION: "0.1.0"
DATALOGGER_JUPYTERLAB_VERSION: "0.2.0"

jobs:
build:
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.2.0] (Oct 20 2023)

### Added

- JupyterLab plugin to preview PDF files in the file browser on hover.
Expand All @@ -22,5 +24,6 @@ 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 DataLogger.

[unreleased]: https://github.com/PainterQubits/datalogger-jupyterlab/compare/v0.1.0...main
[unreleased]: https://github.com/PainterQubits/datalogger-jupyterlab/compare/v0.2.0...main
[0.2.0]: https://github.com/PainterQubits/datalogger-jupyterlab/releases/tag/v0.2.0
[0.1.0]: https://github.com/PainterQubits/datalogger-jupyterlab/releases/tag/v0.1.0
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "datalogger-jupyterlab",
"private": true,
"version": "0.1.0",
"version": "0.2.0",
"description": "JupyterLab extension for DataLogger.",
"homepage": "https://github.com/PainterQubits/datalogger-jupyterlab",
"main": "lib/index.js",
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "datalogger-jupyterlab"
version = "0.1.0"
version = "0.2.0"
description = "JupyterLab extension for DataLogger."
authors = [
{ name = "Alex Hadley", email = "alexhad6@gmail.com" },
Expand Down

0 comments on commit 3f03ddc

Please sign in to comment.