Skip to content

Commit 00452af

Browse files
authored
Merge pull request #82 from jtpio/changelog-0-5-1
Add Changelog for 0.5.1
2 parents 5eb2203 + 14ec9fd commit 00452af

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 0.5.1
4+
5+
- Skip building js assets if they already exist: [#81](https://github.com/jupyter-server/jupyter-resource-usage/pull/81)
6+
37
## 0.5.0
48

59
The repository has now moved to the [`jupyter-server`](https://github.com/jupyter-server) organization on GitHub.

RELEASE.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,11 @@
55
Creating a new environment can help avoid pushing local changes and any extra tag.
66

77
```bash
8-
conda create -n jupyter-resource-usage-release -c conda-forge twine keyring
8+
conda create -n jupyter-resource-usage-release -c conda-forge twine keyring jupyter-packaging python
99
conda activate jupyter-resource-usage-release
10+
11+
# install JupyterLab to build the extension
12+
python -m pip install --pre jupyterlab
1013
```
1114

1215
Alternatively, the local repository can be cleaned with:

0 commit comments

Comments
 (0)