Skip to content
This repository was archived by the owner on Jul 9, 2024. It is now read-only.

Commit b1f1827

Browse files
committed
Publish 3.3.0
SHA256 hashes: jlab-enhanced-recents-3.3.0.tgz: eb6772e10b99d1dff15f600260b9a6ac56f8f72fb296b12583c059f3ed424e44 jupyterlab_recents-3.3.0-py3-none-any.whl: 953533e182dc9013bc5c269d7ae0bd34dc8fae6adbeeb0816a1fcae15611537e jupyterlab_recents-3.3.0.tar.gz: 31c4dae23d1e4325ddf96f6e7b53634b2531c61edacfa910fd90cfccd9f7a6a4
1 parent 5d2514a commit b1f1827

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,18 @@
22

33
<!-- <START NEW CHANGELOG ENTRY> -->
44

5+
## 3.3.0
6+
7+
([Full Changelog](https://github.com/jupyterlab-contrib/jupyterlab-recents/compare/v3.2.0...5d2514a092f890901da91d563839c42178162086))
8+
9+
### Maintenance and upkeep improvements
10+
11+
- Upgrade to JupyterLab 4 / Notebook 7 [#8](https://github.com/jupyterlab-contrib/jupyterlab-recents/pull/8) ([@fcollonval](https://github.com/fcollonval))
12+
13+
### Contributors to this release
14+
15+
([GitHub contributors page for this release](https://github.com/jupyterlab-contrib/jupyterlab-recents/graphs/contributors?from=2022-09-15&to=2023-08-16&type=c))
16+
17+
[@fcollonval](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyterlab-recents+involves%3Afcollonval+updated%3A2022-09-15..2023-08-16&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyterlab-recents+involves%3Agithub-actions+updated%3A2022-09-15..2023-08-16&type=Issues)
18+
519
<!-- <END NEW CHANGELOG ENTRY> -->

jupyterlab_recents/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# This file is auto-generated by Hatchling. As such, do not:
22
# - modify
33
# - track in version control e.g. be sure to add to .gitignore
4-
__version__ = VERSION = '3.2.0'
4+
__version__ = VERSION = '3.3.0'

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jlab-enhanced/recents",
3-
"version": "3.2.0",
3+
"version": "3.3.0",
44
"description": "Track recent files and folders.",
55
"keywords": [
66
"jupyter",

0 commit comments

Comments
 (0)