Commit 3f80af2 1 parent c9350d3 commit 3f80af2 Copy full SHA for 3f80af2
File tree 2 files changed +22
-3
lines changed
2 files changed +22
-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.0
6
+
7
+ ([ Full Changelog] ( https://github.com/Calysto/metakernel/compare/v0.29.5...c9350d39036218f82bff6eb90685d1d3c964cba1 ) )
8
+
9
+ ### Enhancements made
10
+
11
+ - Updated dot magic, with tests [ #268 ] ( https://github.com/Calysto/metakernel/pull/268 ) ([ @dsblank ] ( https://github.com/dsblank ) )
12
+
13
+ ### Bugs fixed
14
+
15
+ - Update tests.yml [ #270 ] ( https://github.com/Calysto/metakernel/pull/270 ) ([ @dsblank ] ( https://github.com/dsblank ) )
16
+ - Fix magic completion [ #269 ] ( https://github.com/Calysto/metakernel/pull/269 ) ([ @dsblank ] ( https://github.com/dsblank ) )
17
+
18
+ ### Contributors to this release
19
+
20
+ ([ GitHub contributors page for this release] ( https://github.com/Calysto/metakernel/graphs/contributors?from=2023-07-10&to=2023-08-29&type=c ) )
21
+
22
+ [ @blink1073 ] ( https://github.com/search?q=repo%3ACalysto%2Fmetakernel+involves%3Ablink1073+updated%3A2023-07-10..2023-08-29&type=Issues ) | [ @dsblank ] ( https://github.com/search?q=repo%3ACalysto%2Fmetakernel+involves%3Adsblank+updated%3A2023-07-10..2023-08-29&type=Issues )
23
+
24
+ <!-- <END NEW CHANGELOG ENTRY> -->
25
+
5
26
## 0.29.5
6
27
7
28
([ Full Changelog] ( https://github.com/Calysto/metakernel/compare/v0.29.4...7fd364a76586c5312d4afe7ea4c0307434b69693 ) )
22
43
23
44
[ @blink1073 ] ( https://github.com/search?q=repo%3ACalysto%2Fmetakernel+involves%3Ablink1073+updated%3A2022-12-12..2023-07-10&type=Issues ) | [ @ellert ] ( https://github.com/search?q=repo%3ACalysto%2Fmetakernel+involves%3Aellert+updated%3A2022-12-12..2023-07-10&type=Issues ) | [ @rgbkrk ] ( https://github.com/search?q=repo%3ACalysto%2Fmetakernel+involves%3Argbkrk+updated%3A2022-12-12..2023-07-10&type=Issues )
24
45
25
- <!-- <END NEW CHANGELOG ENTRY> -->
26
-
27
46
## 0.29.4
28
47
29
48
([ Full Changelog] ( https://github.com/Calysto/metakernel/compare/v0.29.3...5ec51d6828bf079b7ee2007f6351f4321434b49e ) )
Original file line number Diff line number Diff line change 10
10
11
11
__all__ = ['Magic' , 'MetaKernel' , 'option' ]
12
12
13
- __version__ = '0.29.6 '
13
+ __version__ = '0.30.0 '
You can’t perform that action at this time.
0 commit comments