Skip to content

Commit 84eaa9e

Browse files
authored
Merge pull request #203 from jupyter/changelog-b649f1dc9c7d11edad74c7352547b1c9
Automated Changelog Entry for 0.5.0 on main
2 parents 51b475b + 49623c3 commit 84eaa9e

File tree

1 file changed

+40
-2
lines changed

1 file changed

+40
-2
lines changed

CHANGELOG.md

Lines changed: 40 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,46 @@
22

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

5+
## 0.5.0
6+
7+
([Full Changelog](https://github.com/jupyter/nbclassic/compare/v0.4.8...51b475bdf94e01ce84913800b19559eaf49a7d24))
8+
9+
### Enhancements made
10+
11+
- Upgrade to marked 4.0.10 [#201](https://github.com/jupyter/nbclassic/pull/201) ([@echarles](https://github.com/echarles))
12+
13+
### Bugs fixed
14+
15+
- Ci test fixes round1 [#202](https://github.com/jupyter/nbclassic/pull/202) ([@ericsnekbytes](https://github.com/ericsnekbytes))
16+
- fix loading of static and template path config [#192](https://github.com/jupyter/nbclassic/pull/192) ([@minrk](https://github.com/minrk))
17+
- Add pytest_jupyter to the list of test deps [#190](https://github.com/jupyter/nbclassic/pull/190) ([@echarles](https://github.com/echarles))
18+
- Align setup.py and setup.cfg [#181](https://github.com/jupyter/nbclassic/pull/181) ([@echarles](https://github.com/echarles))
19+
20+
### Maintenance and upkeep improvements
21+
22+
- Ci test fixes round1 [#202](https://github.com/jupyter/nbclassic/pull/202) ([@ericsnekbytes](https://github.com/ericsnekbytes))
23+
- Remove duplicate notebook_shim from setup.cfg [#197](https://github.com/jupyter/nbclassic/pull/197) ([@frenzymadness](https://github.com/frenzymadness))
24+
- Upgrade moment javascript package [#186](https://github.com/jupyter/nbclassic/pull/186) ([@echarles](https://github.com/echarles))
25+
- Add dependabot config [#175](https://github.com/jupyter/nbclassic/pull/175) ([@blink1073](https://github.com/blink1073))
26+
27+
### Documentation improvements
28+
29+
- Update documentation [#196](https://github.com/jupyter/nbclassic/pull/196) ([@RRosio](https://github.com/RRosio))
30+
- Update the project URL [#194](https://github.com/jupyter/nbclassic/pull/194) ([@jtpio](https://github.com/jtpio))
31+
32+
### Other merged PRs
33+
34+
- Fix the jupyter server base.handlers import [#187](https://github.com/jupyter/nbclassic/pull/187) ([@echarles](https://github.com/echarles))
35+
- Revert pull request 168 [#184](https://github.com/jupyter/nbclassic/pull/184) ([@echarles](https://github.com/echarles))
36+
37+
### Contributors to this release
38+
39+
([GitHub contributors page for this release](https://github.com/jupyter/nbclassic/graphs/contributors?from=2022-11-03&to=2023-01-25&type=c))
40+
41+
[@blink1073](https://github.com/search?q=repo%3Ajupyter%2Fnbclassic+involves%3Ablink1073+updated%3A2022-11-03..2023-01-25&type=Issues) | [@echarles](https://github.com/search?q=repo%3Ajupyter%2Fnbclassic+involves%3Aecharles+updated%3A2022-11-03..2023-01-25&type=Issues) | [@ericsnekbytes](https://github.com/search?q=repo%3Ajupyter%2Fnbclassic+involves%3Aericsnekbytes+updated%3A2022-11-03..2023-01-25&type=Issues) | [@frenzymadness](https://github.com/search?q=repo%3Ajupyter%2Fnbclassic+involves%3Afrenzymadness+updated%3A2022-11-03..2023-01-25&type=Issues) | [@jtpio](https://github.com/search?q=repo%3Ajupyter%2Fnbclassic+involves%3Ajtpio+updated%3A2022-11-03..2023-01-25&type=Issues) | [@kevin-bates](https://github.com/search?q=repo%3Ajupyter%2Fnbclassic+involves%3Akevin-bates+updated%3A2022-11-03..2023-01-25&type=Issues) | [@minrk](https://github.com/search?q=repo%3Ajupyter%2Fnbclassic+involves%3Aminrk+updated%3A2022-11-03..2023-01-25&type=Issues) | [@RRosio](https://github.com/search?q=repo%3Ajupyter%2Fnbclassic+involves%3ARRosio+updated%3A2022-11-03..2023-01-25&type=Issues)
42+
43+
<!-- <END NEW CHANGELOG ENTRY> -->
44+
545
## 0.4.8
646

747
([Full Changelog](https://github.com/jupyter/nbclassic/compare/v0.4.7...5749f00a36cb80cecc04b684715013e59b227a41))
@@ -33,8 +73,6 @@
3373

3474
[@blink1073](https://github.com/search?q=repo%3Ajupyter%2Fnbclassic+involves%3Ablink1073+updated%3A2022-10-20..2022-11-03&type=Issues) | [@dleen](https://github.com/search?q=repo%3Ajupyter%2Fnbclassic+involves%3Adleen+updated%3A2022-10-20..2022-11-03&type=Issues) | [@echarles](https://github.com/search?q=repo%3Ajupyter%2Fnbclassic+involves%3Aecharles+updated%3A2022-10-20..2022-11-03&type=Issues) | [@ericsnekbytes](https://github.com/search?q=repo%3Ajupyter%2Fnbclassic+involves%3Aericsnekbytes+updated%3A2022-10-20..2022-11-03&type=Issues) | [@RRosio](https://github.com/search?q=repo%3Ajupyter%2Fnbclassic+involves%3ARRosio+updated%3A2022-10-20..2022-11-03&type=Issues)
3575

36-
<!-- <END NEW CHANGELOG ENTRY> -->
37-
3876
## 0.4.7
3977

4078
([Full Changelog](https://github.com/jupyter/nbclassic/compare/v0.4.6...964941a4428cfbb385b5f8f557496582cf4d88d0))

0 commit comments

Comments
 (0)