Skip to content

Commit

Permalink
Start changelog for 3.1.0 release (#99)
Browse files Browse the repository at this point in the history
* Prepare 3.1.0 release

* Clean parentheses and fix heading display

* Update CHANGELOG.md
  • Loading branch information
krassowski authored Oct 31, 2023
1 parent 597580e commit 4c741ae
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
13 changes: 10 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,23 @@
## [3.0.1](https://github.com/deshaw/jupyterlab-execute-time/compare/v3.0.0...v3.0.1) (2023-08-02))
## [3.1.0](https://github.com/deshaw/jupyterlab-execute-time/compare/v3.0.1...v3.1.0) (unreleased)

### Added

- Make display of last execution date optional [#94](https://github.com/deshaw/jupyterlab-execute-time/pull/94)
- Enable defining custom date format [#93](https://github.com/deshaw/jupyterlab-execute-time/pull/93)

## [3.0.1](https://github.com/deshaw/jupyterlab-execute-time/compare/v3.0.0...v3.0.1) (2023-08-02)

### Changed

- Ensure this only installs with Jupyterlab@4

~## [3.0.0](https://github.com/deshaw/jupyterlab-execute-time/compare/v2.3.1...v3.0.0) (2023-05-19))~
## ~[3.0.0](https://github.com/deshaw/jupyterlab-execute-time/compare/v2.3.1...v3.0.0) (2023-05-19)~

### Changed

- **Breaking**: Ported to JupyterLab 4.x.

## [2.3.1](https://github.com/deshaw/jupyterlab-execute-time/compare/v2.3.0...v2.3.1) (2022-12-28))
## [2.3.1](https://github.com/deshaw/jupyterlab-execute-time/compare/v2.3.0...v2.3.1) (2022-12-28)

### Fixed

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jupyterlab-execute-time",
"version": "3.0.1",
"version": "3.1.0",
"description": "Display cell timings in Jupyter Lab",
"keywords": [
"jupyter",
Expand Down

0 comments on commit 4c741ae

Please sign in to comment.