@@ -4,6 +4,38 @@ All notable changes to this project will be documented in this file.
4
4
5
5
<!-- <START NEW CHANGELOG ENTRY> -->
6
6
7
+ ## 0.6.0
8
+
9
+ ([ Full Changelog] ( https://github.com/jupyter/jupyter_events/compare/v0.5.0...83f01b142c3190074d9e6108155514ddc6237d2c ) )
10
+
11
+ ### Maintenance and upkeep improvements
12
+
13
+ - Add typing file [ #60 ] ( https://github.com/jupyter/jupyter_events/pull/60 ) ([ @blink1073 ] ( https://github.com/blink1073 ) )
14
+ - More lint cleanup [ #56 ] ( https://github.com/jupyter/jupyter_events/pull/56 ) ([ @blink1073 ] ( https://github.com/blink1073 ) )
15
+ - Add more ci checks [ #53 ] ( https://github.com/jupyter/jupyter_events/pull/53 ) ([ @blink1073 ] ( https://github.com/blink1073 ) )
16
+ - Allow releasing from repo [ #52 ] ( https://github.com/jupyter/jupyter_events/pull/52 ) ([ @blink1073 ] ( https://github.com/blink1073 ) )
17
+ - Adopt ruff and address lint [ #51 ] ( https://github.com/jupyter/jupyter_events/pull/51 ) ([ @blink1073 ] ( https://github.com/blink1073 ) )
18
+ - Use base setup dependency type [ #47 ] ( https://github.com/jupyter/jupyter_events/pull/47 ) ([ @blink1073 ] ( https://github.com/blink1073 ) )
19
+ - Clean up CI [ #45 ] ( https://github.com/jupyter/jupyter_events/pull/45 ) ([ @blink1073 ] ( https://github.com/blink1073 ) )
20
+ - CI Cleanup [ #44 ] ( https://github.com/jupyter/jupyter_events/pull/44 ) ([ @blink1073 ] ( https://github.com/blink1073 ) )
21
+ - Bump actions/checkout from 2 to 3 [ #42 ] ( https://github.com/jupyter/jupyter_events/pull/42 ) ([ @dependabot ] ( https://github.com/dependabot ) )
22
+ - Add dependabot [ #41 ] ( https://github.com/jupyter/jupyter_events/pull/41 ) ([ @blink1073 ] ( https://github.com/blink1073 ) )
23
+ - Maintenance cleanup [ #36 ] ( https://github.com/jupyter/jupyter_events/pull/36 ) ([ @blink1073 ] ( https://github.com/blink1073 ) )
24
+ - Clean up CI checks [ #35 ] ( https://github.com/jupyter/jupyter_events/pull/35 ) ([ @blink1073 ] ( https://github.com/blink1073 ) )
25
+ - Clean up pyproject and ci [ #33 ] ( https://github.com/jupyter/jupyter_events/pull/33 ) ([ @blink1073 ] ( https://github.com/blink1073 ) )
26
+
27
+ ### Documentation improvements
28
+
29
+ - Fix listener example [ #34 ] ( https://github.com/jupyter/jupyter_events/pull/34 ) ([ @dlqqq ] ( https://github.com/dlqqq ) )
30
+
31
+ ### Contributors to this release
32
+
33
+ ([ GitHub contributors page for this release] ( https://github.com/jupyter/jupyter_events/graphs/contributors?from=2022-09-12&to=2023-01-09&type=c ) )
34
+
35
+ [ @blink1073 ] ( https://github.com/search?q=repo%3Ajupyter%2Fjupyter_events+involves%3Ablink1073+updated%3A2022-09-12..2023-01-09&type=Issues ) | [ @dependabot ] ( https://github.com/search?q=repo%3Ajupyter%2Fjupyter_events+involves%3Adependabot+updated%3A2022-09-12..2023-01-09&type=Issues ) | [ @dlqqq ] ( https://github.com/search?q=repo%3Ajupyter%2Fjupyter_events+involves%3Adlqqq+updated%3A2022-09-12..2023-01-09&type=Issues ) | [ @pre-commit-ci ] ( https://github.com/search?q=repo%3Ajupyter%2Fjupyter_events+involves%3Apre-commit-ci+updated%3A2022-09-12..2023-01-09&type=Issues )
36
+
37
+ <!-- <END NEW CHANGELOG ENTRY> -->
38
+
7
39
## 0.5.0
8
40
9
41
([ Full Changelog] ( https://github.com/jupyter/jupyter_events/compare/v0.4.0...af1db6f5b9052e54d5a65797b67bff17b80e7eec ) )
@@ -35,8 +67,6 @@ All notable changes to this project will be documented in this file.
35
67
36
68
[ @bollwyvl ] ( https://github.com/search?q=repo%3Ajupyter%2Fjupyter_events+involves%3Abollwyvl+updated%3A2022-08-29..2022-09-12&type=Issues ) | [ @dlqqq ] ( https://github.com/search?q=repo%3Ajupyter%2Fjupyter_events+involves%3Adlqqq+updated%3A2022-08-29..2022-09-12&type=Issues ) | [ @kevin-bates ] ( https://github.com/search?q=repo%3Ajupyter%2Fjupyter_events+involves%3Akevin-bates+updated%3A2022-08-29..2022-09-12&type=Issues ) | [ @Zsailer ] ( https://github.com/search?q=repo%3Ajupyter%2Fjupyter_events+involves%3AZsailer+updated%3A2022-08-29..2022-09-12&type=Issues )
37
69
38
- <!-- <END NEW CHANGELOG ENTRY> -->
39
-
40
70
## 0.4.0
41
71
42
72
([ Full Changelog] ( https://github.com/jupyter/jupyter_events/compare/v0.3.0...6d22b7dd73b1a04baf26a68539743d8a66599469 ) )
0 commit comments