Skip to content

Commit

Permalink
Bump version from 0.2.0 to 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alexhad6 committed Aug 29, 2024
1 parent c3c9e9c commit e36351b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.2.1] (Aug 29 2024)

### Fixed

- A bug with an internal package import was fixed.

## [0.2.0] (Aug 29 2024)

- Public release of JupyterLab PDF Preview.
Expand All @@ -27,7 +33,8 @@ project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

- JupyterLab extension to preview PDF files in the file browser on hover.

[unreleased]: https://github.com/PainterQubits/jupyterlab-pdf-preview/compare/v0.2.0...main
[unreleased]: https://github.com/PainterQubits/jupyterlab-pdf-preview/compare/v0.2.1...main
[0.2.1]: https://github.com/PainterQubits/jupyterlab-pdf-preview/releases/tag/v0.2.1
[0.2.0]: https://github.com/PainterQubits/jupyterlab-pdf-preview/releases/tag/v0.2.0
[0.1.1]: https://github.com/PainterQubits/jupyterlab-pdf-preview/releases/tag/v0.1.1
[0.1.0]: https://github.com/PainterQubits/jupyterlab-pdf-preview/releases/tag/v0.1.0
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ authors:
- family-names: "Hadley"
given-names: "Alex"
title: "JupyterLab PDF Preview"
version: 0.2.0
version: 0.2.1
date-released: 2024-08-29
url: "https://github.com/PainterQubits/jupyterlab-pdf-preview"
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jupyterlab-pdf-preview",
"version": "0.2.0",
"version": "0.2.1",
"description": "JupyterLab extension to preview PDF files in the file browser on hover.",
"contributors": [
{
Expand Down

0 comments on commit e36351b

Please sign in to comment.