From 6549bc47e8a0a2a056b0ec65ff054f9c7e1dc554 Mon Sep 17 00:00:00 2001 From: Marco Rossi Date: Sun, 20 Aug 2023 15:01:57 +0200 Subject: [PATCH] Make release --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c53731e..f29f40b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,17 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.4.0] - 2023-08-20 + +### Changed + +* Modernize packaging using `pyproject.toml` ([#96]) - [@m-rossi] + +### Fixed + +* Fix various CI things ([#95], [#97]) - [@m-rossi] +* Add support for Jupyter Notebook 7, drop support for earlier versions ([#99], [#100]) - [@m-rossi] + ## [0.3.5] - 2022-12-13 ### Added @@ -192,6 +203,11 @@ Initial version - [@m-rossi] [0.1.1]: https://github.com/m-rossi/jupyter-docx-bundler/compare/0.1.0...0.1.1 [0.1.0]: https://github.com/m-rossi/jupyter-docx-bundler/releases/tag/0.1.0 +[#100]: https://github.com/m-rossi/jupyter-docx-bundler/pull/100 +[#99]: https://github.com/m-rossi/jupyter-docx-bundler/issues/99 +[#97]: https://github.com/m-rossi/jupyter-docx-bundler/issues/97 +[#96]: https://github.com/m-rossi/jupyter-docx-bundler/pull/96 +[#95]: https://github.com/m-rossi/jupyter-docx-bundler/pull/95 [#94]: https://github.com/m-rossi/jupyter-docx-bundler/issues/94 [#93]: https://github.com/m-rossi/jupyter-docx-bundler/issues/93 [#92]: https://github.com/m-rossi/jupyter-docx-bundler/issues/92