File tree Expand file tree Collapse file tree 2 files changed +23
-3
lines changed Expand file tree Collapse file tree 2 files changed +23
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
<!-- <START NEW CHANGELOG ENTRY> -->
4
4
5
+ ## 0.30.2
6
+
7
+ ([ Full Changelog] ( https://github.com/Calysto/metakernel/compare/v0.30.1...16f88e281040b5698b5eec32b580854424a236f7 ) )
8
+
9
+ ### Maintenance and upkeep improvements
10
+
11
+ - Add Release Workflows [ #277 ] ( https://github.com/Calysto/metakernel/pull/277 ) ([ @blink1073 ] ( https://github.com/blink1073 ) )
12
+ - Pin upper version of ipykernel [ #276 ] ( https://github.com/Calysto/metakernel/pull/276 ) ([ @blink1073 ] ( https://github.com/blink1073 ) )
13
+ - Clean up CI [ #273 ] ( https://github.com/Calysto/metakernel/pull/273 ) ([ @blink1073 ] ( https://github.com/blink1073 ) )
14
+
15
+ ### Other merged PRs
16
+
17
+ - Fix installation code blocks in readme [ #274 ] ( https://github.com/Calysto/metakernel/pull/274 ) ([ @Phoenix616 ] ( https://github.com/Phoenix616 ) )
18
+
19
+ ### Contributors to this release
20
+
21
+ ([ GitHub contributors page for this release] ( https://github.com/Calysto/metakernel/graphs/contributors?from=2023-09-11&to=2024-03-26&type=c ) )
22
+
23
+ [ @blink1073 ] ( https://github.com/search?q=repo%3ACalysto%2Fmetakernel+involves%3Ablink1073+updated%3A2023-09-11..2024-03-26&type=Issues ) | [ @Phoenix616 ] ( https://github.com/search?q=repo%3ACalysto%2Fmetakernel+involves%3APhoenix616+updated%3A2023-09-11..2024-03-26&type=Issues )
24
+
25
+ <!-- <END NEW CHANGELOG ENTRY> -->
26
+
5
27
## 0.30.1
6
28
7
29
([ Full Changelog] ( https://github.com/Calysto/metakernel/compare/v0.30.0...0ab2d9b2e46acc10bd86ca79d18afc423eeef7eb ) )
17
39
18
40
[ @dependabot ] ( https://github.com/search?q=repo%3ACalysto%2Fmetakernel+involves%3Adependabot+updated%3A2023-08-29..2023-09-11&type=Issues ) | [ @ellert ] ( https://github.com/search?q=repo%3ACalysto%2Fmetakernel+involves%3Aellert+updated%3A2023-08-29..2023-09-11&type=Issues )
19
41
20
- <!-- <END NEW CHANGELOG ENTRY> -->
21
-
22
42
## 0.30.0
23
43
24
44
([ Full Changelog] ( https://github.com/Calysto/metakernel/compare/v0.29.5...c9350d39036218f82bff6eb90685d1d3c964cba1 ) )
Original file line number Diff line number Diff line change 10
10
11
11
__all__ = ['Magic' , 'MetaKernel' , 'option' ]
12
12
13
- __version__ = '0.30.1 '
13
+ __version__ = '0.30.2 '
You can’t perform that action at this time.
0 commit comments