From b27672b9ecb819eda56764426908f5dae87b0f07 Mon Sep 17 00:00:00 2001 From: blink1073 Date: Mon, 20 Mar 2023 14:39:17 +0000 Subject: [PATCH] Publish 5.8.0 SHA256 hashes: nbformat-5.8.0-py3-none-any.whl: d910082bd3e0bffcf07eabf3683ed7dda0727a326c446eeb2922abe102e65162 nbformat-5.8.0.tar.gz: 46dac64c781f1c34dfd8acba16547024110348f9fc7eab0f31981c2a3dc48d1f nbformat-schema-5.8.0.tgz: 2b1c3a5b3b8de6a0c45643b23069dcc597895497d42e2526dad5b75630727cf1 --- CHANGELOG.md | 29 +++++++++++++++++++++++++++-- package.json | 2 +- 2 files changed, 28 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d91dd26..ee331300 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,33 @@ +## 5.8.0 + +([Full Changelog](https://github.com/jupyter/nbformat/compare/v5.7.3...85917af9c77beae326531e1923e0ec47725e590b)) + +### Enhancements made + +- Add strip_invalid_metadata argument to validator normalize method [#355](https://github.com/jupyter/nbformat/pull/355) ([@jonabc](https://github.com/jonabc)) + +### Maintenance and upkeep improvements + +- Fix codecov badge [#352](https://github.com/jupyter/nbformat/pull/352) ([@blink1073](https://github.com/blink1073)) +- Add license [#348](https://github.com/jupyter/nbformat/pull/348) ([@dcsaba89](https://github.com/dcsaba89)) +- Add more linting [#345](https://github.com/jupyter/nbformat/pull/345) ([@blink1073](https://github.com/blink1073)) +- Only add ellipsis to NotJSONError message if message is truncated [#344](https://github.com/jupyter/nbformat/pull/344) ([@rschroll](https://github.com/rschroll)) + +### Documentation improvements + +- DOC: README: capitalization, title [#346](https://github.com/jupyter/nbformat/pull/346) ([@westurner](https://github.com/westurner)) + +### Contributors to this release + +([GitHub contributors page for this release](https://github.com/jupyter/nbformat/graphs/contributors?from=2023-01-12&to=2023-03-20&type=c)) + +[@blink1073](https://github.com/search?q=repo%3Ajupyter%2Fnbformat+involves%3Ablink1073+updated%3A2023-01-12..2023-03-20&type=Issues) | [@dcsaba89](https://github.com/search?q=repo%3Ajupyter%2Fnbformat+involves%3Adcsaba89+updated%3A2023-01-12..2023-03-20&type=Issues) | [@jonabc](https://github.com/search?q=repo%3Ajupyter%2Fnbformat+involves%3Ajonabc+updated%3A2023-01-12..2023-03-20&type=Issues) | [@pre-commit-ci](https://github.com/search?q=repo%3Ajupyter%2Fnbformat+involves%3Apre-commit-ci+updated%3A2023-01-12..2023-03-20&type=Issues) | [@rschroll](https://github.com/search?q=repo%3Ajupyter%2Fnbformat+involves%3Arschroll+updated%3A2023-01-12..2023-03-20&type=Issues) | [@westurner](https://github.com/search?q=repo%3Ajupyter%2Fnbformat+involves%3Awesturner+updated%3A2023-01-12..2023-03-20&type=Issues) + + + ## 5.7.3 ([Full Changelog](https://github.com/jupyter/nbformat/compare/v5.7.2...1eefc29edff5da06f78c0087e7c06e644a6abcc9)) @@ -18,8 +45,6 @@ [@minrk](https://github.com/search?q=repo%3Ajupyter%2Fnbformat+involves%3Aminrk+updated%3A2023-01-11..2023-01-12&type=Issues) - - ## 5.7.2 ([Full Changelog](https://github.com/jupyter/nbformat/compare/v5.7.1...30f3d81e7113ad7628443fc4cd389ca16b2d186a)) diff --git a/package.json b/package.json index db41275e..205bade8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nbformat-schema", - "version": "5.7.3", + "version": "5.8.0", "description": "JSON schemata for Jupyter notebook formats", "main": "index.js", "files": [