File tree 2 files changed +23
-3
lines changed
2 files changed +23
-3
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,28 @@ All notable changes to this project will be documented in this file.
4
4
5
5
<!-- <START NEW CHANGELOG ENTRY> -->
6
6
7
+ ## 0.9.0
8
+
9
+ ([ Full Changelog] ( https://github.com/jupyter/jupyter_events/compare/v0.8.0...228a04801224d127f4304e17398464d045794cf0 ) )
10
+
11
+ ### Bugs fixed
12
+
13
+ - Clean up linting and fix a bug that was found [ #91 ] ( https://github.com/jupyter/jupyter_events/pull/91 ) ([ @blink1073 ] ( https://github.com/blink1073 ) )
14
+
15
+ ### Maintenance and upkeep improvements
16
+
17
+ - Clean up linting and fix a bug that was found [ #91 ] ( https://github.com/jupyter/jupyter_events/pull/91 ) ([ @blink1073 ] ( https://github.com/blink1073 ) )
18
+ - Adopt ruff format [ #90 ] ( https://github.com/jupyter/jupyter_events/pull/90 ) ([ @blink1073 ] ( https://github.com/blink1073 ) )
19
+ - Normalize "jsonschema\[ format-nongpl\] " in pyproject.toml [ #86 ] ( https://github.com/jupyter/jupyter_events/pull/86 ) ([ @frenzymadness ] ( https://github.com/frenzymadness ) )
20
+
21
+ ### Contributors to this release
22
+
23
+ ([ GitHub contributors page for this release] ( https://github.com/jupyter/jupyter_events/graphs/contributors?from=2023-10-16&to=2023-11-06&type=c ) )
24
+
25
+ [ @blink1073 ] ( https://github.com/search?q=repo%3Ajupyter%2Fjupyter_events+involves%3Ablink1073+updated%3A2023-10-16..2023-11-06&type=Issues ) | [ @frenzymadness ] ( https://github.com/search?q=repo%3Ajupyter%2Fjupyter_events+involves%3Afrenzymadness+updated%3A2023-10-16..2023-11-06&type=Issues )
26
+
27
+ <!-- <END NEW CHANGELOG ENTRY> -->
28
+
7
29
## 0.8.0
8
30
9
31
([ Full Changelog] ( https://github.com/jupyter/jupyter_events/compare/v0.7.0...e3edb6a868924d3f1b15eaf18d45be621ad77cef ) )
@@ -24,8 +46,6 @@ All notable changes to this project will be documented in this file.
24
46
25
47
[ @blink1073 ] ( https://github.com/search?q=repo%3Ajupyter%2Fjupyter_events+involves%3Ablink1073+updated%3A2023-07-31..2023-10-16&type=Issues ) | [ @dependabot ] ( https://github.com/search?q=repo%3Ajupyter%2Fjupyter_events+involves%3Adependabot+updated%3A2023-07-31..2023-10-16&type=Issues ) | [ @pre-commit-ci ] ( https://github.com/search?q=repo%3Ajupyter%2Fjupyter_events+involves%3Apre-commit-ci+updated%3A2023-07-31..2023-10-16&type=Issues ) | [ @pydanny ] ( https://github.com/search?q=repo%3Ajupyter%2Fjupyter_events+involves%3Apydanny+updated%3A2023-07-31..2023-10-16&type=Issues ) | [ @Zsailer ] ( https://github.com/search?q=repo%3Ajupyter%2Fjupyter_events+involves%3AZsailer+updated%3A2023-07-31..2023-10-16&type=Issues )
26
48
27
- <!-- <END NEW CHANGELOG ENTRY> -->
28
-
29
49
## 0.7.0
30
50
31
51
([ Full Changelog] ( https://github.com/jupyter/jupyter_events/compare/v0.6.3...56e7d2660b59632765a85859217cddc7304e82f8 ) )
Original file line number Diff line number Diff line change 5
5
from typing import List
6
6
7
7
# Version string must appear intact for hatch versioning
8
- __version__ = "0.8 .0"
8
+ __version__ = "0.9 .0"
9
9
10
10
# Build up version_info tuple for backwards compatibility
11
11
pattern = r"(?P<major>\d+).(?P<minor>\d+).(?P<patch>\d+)(?P<rest>.*)"
You can’t perform that action at this time.
0 commit comments