@@ -4,6 +4,34 @@ All notable changes to this project will be documented in this file.
4
4
5
5
<!-- <START NEW CHANGELOG ENTRY> -->
6
6
7
+ ## 0.11.0
8
+
9
+ ([ Full Changelog] ( https://github.com/jupyter/jupyter_events/compare/v0.10.0...f8012610f86408908004febed9e0e06ef71ca951 ) )
10
+
11
+ ### Bugs fixed
12
+
13
+ - Switch schema ` version ` type to ` str ` [ #104 ] ( https://github.com/jupyter/jupyter_events/pull/104 ) ([ @afshin ] ( https://github.com/afshin ) )
14
+ - Fix DeprecationWarning with patched python-json-logger [ #103 ] ( https://github.com/jupyter/jupyter_events/pull/103 ) ([ @cjwatson ] ( https://github.com/cjwatson ) )
15
+ - Prevent unintended ` KeyError ` when emitting an unregistered event schema [ #101 ] ( https://github.com/jupyter/jupyter_events/pull/101 ) ([ @afshin ] ( https://github.com/afshin ) )
16
+
17
+ ### Maintenance and upkeep improvements
18
+
19
+ - Fix typo and remove double check. [ #107 ] ( https://github.com/jupyter/jupyter_events/pull/107 ) ([ @Carreau ] ( https://github.com/Carreau ) )
20
+ - test on 3.13 [ #106 ] ( https://github.com/jupyter/jupyter_events/pull/106 ) ([ @Carreau ] ( https://github.com/Carreau ) )
21
+
22
+ ### Documentation improvements
23
+
24
+ - Fix typo [ #102 ] ( https://github.com/jupyter/jupyter_events/pull/102 ) ([ @davidbrochart ] ( https://github.com/davidbrochart ) )
25
+ - Update notebook to match current version of jupyter-events [ #98 ] ( https://github.com/jupyter/jupyter_events/pull/98 ) ([ @manics ] ( https://github.com/manics ) )
26
+
27
+ ### Contributors to this release
28
+
29
+ ([ GitHub contributors page for this release] ( https://github.com/jupyter/jupyter_events/graphs/contributors?from=2024-03-18&to=2024-12-17&type=c ) )
30
+
31
+ [ @afshin ] ( https://github.com/search?q=repo%3Ajupyter%2Fjupyter_events+involves%3Aafshin+updated%3A2024-03-18..2024-12-17&type=Issues ) | [ @Carreau ] ( https://github.com/search?q=repo%3Ajupyter%2Fjupyter_events+involves%3ACarreau+updated%3A2024-03-18..2024-12-17&type=Issues ) | [ @cjwatson ] ( https://github.com/search?q=repo%3Ajupyter%2Fjupyter_events+involves%3Acjwatson+updated%3A2024-03-18..2024-12-17&type=Issues ) | [ @davidbrochart ] ( https://github.com/search?q=repo%3Ajupyter%2Fjupyter_events+involves%3Adavidbrochart+updated%3A2024-03-18..2024-12-17&type=Issues ) | [ @manics ] ( https://github.com/search?q=repo%3Ajupyter%2Fjupyter_events+involves%3Amanics+updated%3A2024-03-18..2024-12-17&type=Issues ) | [ @Zsailer ] ( https://github.com/search?q=repo%3Ajupyter%2Fjupyter_events+involves%3AZsailer+updated%3A2024-03-18..2024-12-17&type=Issues )
32
+
33
+ <!-- <END NEW CHANGELOG ENTRY> -->
34
+
7
35
## 0.10.0
8
36
9
37
([ Full Changelog] ( https://github.com/jupyter/jupyter_events/compare/v0.9.1...e7784fd09356ef074d69d1c2f192f1ad96f5f00c ) )
@@ -18,8 +46,6 @@ All notable changes to this project will be documented in this file.
18
46
19
47
[ @Zsailer ] ( https://github.com/search?q=repo%3Ajupyter%2Fjupyter_events+involves%3AZsailer+updated%3A2024-03-12..2024-03-18&type=Issues )
20
48
21
- <!-- <END NEW CHANGELOG ENTRY> -->
22
-
23
49
## 0.9.1
24
50
25
51
([ Full Changelog] ( https://github.com/jupyter/jupyter_events/compare/v0.9.0...014a91c793b12d008bb744614a280bc14b5be7eb ) )
0 commit comments