From f6df9e06f871146ffc07c5f15383eb5966759e30 Mon Sep 17 00:00:00 2001 From: krassowski <5832902+krassowski@users.noreply.github.com> Date: Sat, 21 Oct 2023 16:00:04 +0100 Subject: [PATCH 1/3] Prepare 3.1.0 release --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f5ef872..e3ffca1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [3.1.0](https://github.com/deshaw/jupyterlab-execute-time/compare/v3.0.1...v3.1.0) (2023-10-23)) + +### 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 diff --git a/package.json b/package.json index cadbda6..b5201f1 100644 --- a/package.json +++ b/package.json @@ -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", From a25f42d415f8f219fb0308ee2c9123d36727e055 Mon Sep 17 00:00:00 2001 From: krassowski <5832902+krassowski@users.noreply.github.com> Date: Sat, 21 Oct 2023 16:01:09 +0100 Subject: [PATCH 2/3] Clean parentheses and fix heading display --- CHANGELOG.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e3ffca1..d9eeed3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,23 +1,23 @@ -## [3.1.0](https://github.com/deshaw/jupyterlab-execute-time/compare/v3.0.1...v3.1.0) (2023-10-23)) +## [3.1.0](https://github.com/deshaw/jupyterlab-execute-time/compare/v3.0.1...v3.1.0) (2023-10-23) ### 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)) +## [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 From c3a02a33f07c88f2b747adf9e19248893051ee35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Krassowski?= <5832902+krassowski@users.noreply.github.com> Date: Mon, 30 Oct 2023 12:55:22 +0000 Subject: [PATCH 3/3] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d9eeed3..24e258f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## [3.1.0](https://github.com/deshaw/jupyterlab-execute-time/compare/v3.0.1...v3.1.0) (2023-10-23) +## [3.1.0](https://github.com/deshaw/jupyterlab-execute-time/compare/v3.0.1...v3.1.0) (unreleased) ### Added