Skip to content

Commit

Permalink
Make release
Browse files Browse the repository at this point in the history
  • Loading branch information
m-rossi committed Aug 20, 2023
1 parent 79ca37f commit 6549bc4
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 6549bc4

Please sign in to comment.