Skip to content

Commit

Permalink
Publish 0.30.0
Browse files Browse the repository at this point in the history
SHA256 hashes:

metakernel-0.30.0-py3-none-any.whl: 39b3990ee524e6117ed0e5ffe74132fc8e716dfb357cdd78736db4bf65ff9434

metakernel-0.30.0.tar.gz: 3b90407dbfba7c26c44da2665ac5526b24c877fe7b56303b53714609e35edbc6
  • Loading branch information
blink1073 committed Aug 29, 2023
1 parent c9350d3 commit 3f80af2
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 3 deletions.
23 changes: 21 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,27 @@

<!-- <START NEW CHANGELOG ENTRY> -->

## 0.30.0

([Full Changelog](https://github.com/Calysto/metakernel/compare/v0.29.5...c9350d39036218f82bff6eb90685d1d3c964cba1))

### Enhancements made

- Updated dot magic, with tests [#268](https://github.com/Calysto/metakernel/pull/268) ([@dsblank](https://github.com/dsblank))

### Bugs fixed

- Update tests.yml [#270](https://github.com/Calysto/metakernel/pull/270) ([@dsblank](https://github.com/dsblank))
- Fix magic completion [#269](https://github.com/Calysto/metakernel/pull/269) ([@dsblank](https://github.com/dsblank))

### Contributors to this release

([GitHub contributors page for this release](https://github.com/Calysto/metakernel/graphs/contributors?from=2023-07-10&to=2023-08-29&type=c))

[@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)

<!-- <END NEW CHANGELOG ENTRY> -->

## 0.29.5

([Full Changelog](https://github.com/Calysto/metakernel/compare/v0.29.4...7fd364a76586c5312d4afe7ea4c0307434b69693))
Expand All @@ -22,8 +43,6 @@

[@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)

<!-- <END NEW CHANGELOG ENTRY> -->

## 0.29.4

([Full Changelog](https://github.com/Calysto/metakernel/compare/v0.29.3...5ec51d6828bf079b7ee2007f6351f4321434b49e))
Expand Down
2 changes: 1 addition & 1 deletion metakernel/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@

__all__ = ['Magic', 'MetaKernel', 'option']

__version__ = '0.29.6'
__version__ = '0.30.0'

0 comments on commit 3f80af2

Please sign in to comment.