From a1b851d030267065cdaab68b60990d1abe47cece Mon Sep 17 00:00:00 2001 From: blink1073 Date: Tue, 12 Mar 2024 14:17:47 +0000 Subject: [PATCH] Publish 0.24.5 SHA256 hashes: foobar-0.24.5-py3-none-any.whl: c9dea5bb39423f50441e1a6a587c75d9c5215ed56d363bcd79c5a289408d121a foobar-0.24.5.tar.gz: c874cf03adbb24f8a500c88bb96deef30a0f4f70ade7184a584ff1e18c2db1ca --- CHANGELOG.md | 20 ++++++++++++++++++-- package.json | 6 +++--- 2 files changed, 21 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ae63169..2addada 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,24 @@ +## 0.24.5 + +([Full Changelog](https://github.com/jupyterlab/maintainer-tools/compare/v1...d7bf1c9178bc23b305b72ae08d596fd2d6fee37a)) + +### Maintenance and upkeep improvements + +- Update Release Scripts [#223](https://github.com/jupyterlab/maintainer-tools/pull/223) ([@blink1073](https://github.com/blink1073)) +- chore: update pre-commit hooks [#220](https://github.com/jupyterlab/maintainer-tools/pull/220) ([@pre-commit-ci](https://github.com/pre-commit-ci)) +- chore: update pre-commit hooks [#219](https://github.com/jupyterlab/maintainer-tools/pull/219) ([@pre-commit-ci](https://github.com/pre-commit-ci)) + +### Contributors to this release + +([GitHub contributors page for this release](https://github.com/jupyterlab/maintainer-tools/graphs/contributors?from=2023-12-21&to=2024-03-12&type=c)) + +[@blink1073](https://github.com/search?q=repo%3Ajupyterlab%2Fmaintainer-tools+involves%3Ablink1073+updated%3A2023-12-21..2024-03-12&type=Issues) | [@pre-commit-ci](https://github.com/search?q=repo%3Ajupyterlab%2Fmaintainer-tools+involves%3Apre-commit-ci+updated%3A2023-12-21..2024-03-12&type=Issues) + + + ## 0.24.4 ([Full Changelog](https://github.com/jupyterlab/maintainer-tools/compare/v1...ccd05630afa18952c92dd71d54bd2fc127376d95)) @@ -16,8 +34,6 @@ [@blink1073](https://github.com/search?q=repo%3Ajupyterlab%2Fmaintainer-tools+involves%3Ablink1073+updated%3A2023-12-18..2023-12-21&type=Issues) - - ## 0.24.3 ([Full Changelog](https://github.com/jupyterlab/maintainer-tools/compare/v1...512a51d1c9843762a0100ed9d7bb9ada14374ff0)) diff --git a/package.json b/package.json index 01fefe4..5771100 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "@jupyterlab/maintainer-tools", - "version": "0.24.4", - "private": true + "name": "@jupyterlab/maintainer-tools", + "version": "0.24.5", + "private": true }