Skip to content

Commit

Permalink
Merge pull request #29 from consideRatio/pr/changelog-v4.0.0
Browse files Browse the repository at this point in the history
Add changelog for v4.0.0
  • Loading branch information
consideRatio authored Jul 9, 2024
2 parents 95fe253 + c2a47b6 commit b7e1a43
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,36 @@
# Changelog

## v4.0

### v4.0.0 - 2024-07-09

#### API and Breaking Changes

- Support jupyterlab 4 and drop jupyterlab <4 and notebook <7 support [#24](https://github.com/2i2c-org/jupyter-launcher-shortcuts/pull/24) ([@tristanlt](https://github.com/tristanlt), [@consideRatio](https://github.com/consideRatio), [@agoose77](https://github.com/agoose77), [@yuvipanda](https://github.com/yuvipanda), [@jtpio](https://github.com/jtpio))

#### Bugs fixed

- Fix handling of icons [#23](https://github.com/2i2c-org/jupyter-launcher-shortcuts/pull/23) ([@peay](https://github.com/peay), [@yuvipanda](https://github.com/yuvipanda))

#### Maintenance and upkeep improvements

- Version control yarn.lock as release automation otherwise errors [#27](https://github.com/2i2c-org/jupyter-launcher-shortcuts/pull/27) ([@consideRatio](https://github.com/consideRatio))
- Add release automation and related docs [#26](https://github.com/2i2c-org/jupyter-launcher-shortcuts/pull/26) ([@consideRatio](https://github.com/consideRatio))
- Add missing LICENSE file to setup.py [#21](https://github.com/2i2c-org/jupyter-launcher-shortcuts/pull/21) ([@maresb](https://github.com/maresb), [@yuvipanda](https://github.com/yuvipanda))

#### Documentation improvements

- Retroactively create a changelog [#28](https://github.com/2i2c-org/jupyter-launcher-shortcuts/pull/28) ([@consideRatio](https://github.com/consideRatio))

#### Contributors to this release

The following people contributed discussions, new ideas, code and documentation contributions, and review.
See [our definition of contributors](https://github-activity.readthedocs.io/en/latest/#how-does-this-tool-define-contributions-in-the-reports).

([GitHub contributors page for this release](https://github.com/2i2c-org/jupyter-launcher-shortcuts/graphs/contributors?from=2021-06-09&to=2024-07-09&type=c))

@agoose77 ([activity](https://github.com/search?q=repo%3A2i2c-org%2Fjupyter-launcher-shortcuts+involves%3Aagoose77+updated%3A2021-06-09..2024-07-09&type=Issues)) | @consideRatio ([activity](https://github.com/search?q=repo%3A2i2c-org%2Fjupyter-launcher-shortcuts+involves%3AconsideRatio+updated%3A2021-06-09..2024-07-09&type=Issues)) | @jtpio ([activity](https://github.com/search?q=repo%3A2i2c-org%2Fjupyter-launcher-shortcuts+involves%3Ajtpio+updated%3A2021-06-09..2024-07-09&type=Issues)) | @maresb ([activity](https://github.com/search?q=repo%3A2i2c-org%2Fjupyter-launcher-shortcuts+involves%3Amaresb+updated%3A2021-06-09..2024-07-09&type=Issues)) | @peay ([activity](https://github.com/search?q=repo%3A2i2c-org%2Fjupyter-launcher-shortcuts+involves%3Apeay+updated%3A2021-06-09..2024-07-09&type=Issues)) | @tristanlt ([activity](https://github.com/search?q=repo%3A2i2c-org%2Fjupyter-launcher-shortcuts+involves%3Atristanlt+updated%3A2021-06-09..2024-07-09&type=Issues)) | @yuvipanda ([activity](https://github.com/search?q=repo%3A2i2c-org%2Fjupyter-launcher-shortcuts+involves%3Ayuvipanda+updated%3A2021-06-09..2024-07-09&type=Issues))

## v3.0

### v3.0.0 - 2021-06-09
Expand Down

0 comments on commit b7e1a43

Please sign in to comment.