From 48e97eaac6be8a979ee45a5ead096ab28c421c7c Mon Sep 17 00:00:00 2001 From: blink1073 Date: Mon, 27 May 2024 13:18:16 +0000 Subject: [PATCH] Publish 0.25.6 SHA256 hashes: foobar-0.25.6-py3-none-any.whl: 15e38ecbef6ce0daece18f91543e00bca2ba38e66590b28b64e262c05f60f20a foobar-0.25.6.tar.gz: b7ee2d47e3141538ad808a07cc85b5c91443129a8495d7187fb34d4bbc236fa5 --- CHANGELOG.md | 19 +++++++++++++++++-- package.json | 2 +- 2 files changed, 18 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ff7143..c85bafe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,23 @@ +## 0.25.6 + +([Full Changelog](https://github.com/jupyterlab/maintainer-tools/compare/v1...4c96ea39533bc6610e314fb90479dece766a9139)) + +### Maintenance and upkeep improvements + +- Use hatch install action [#236](https://github.com/jupyterlab/maintainer-tools/pull/236) ([@blink1073](https://github.com/blink1073)) +- Upgrade actions [#235](https://github.com/jupyterlab/maintainer-tools/pull/235) ([@fcollonval](https://github.com/fcollonval)) + +### Contributors to this release + +([GitHub contributors page for this release](https://github.com/jupyterlab/maintainer-tools/graphs/contributors?from=2024-04-04&to=2024-05-27&type=c)) + +[@blink1073](https://github.com/search?q=repo%3Ajupyterlab%2Fmaintainer-tools+involves%3Ablink1073+updated%3A2024-04-04..2024-05-27&type=Issues) | [@fcollonval](https://github.com/search?q=repo%3Ajupyterlab%2Fmaintainer-tools+involves%3Afcollonval+updated%3A2024-04-04..2024-05-27&type=Issues) + + + ## 0.25.5 ([Full Changelog](https://github.com/jupyterlab/maintainer-tools/compare/v1...1b81acbb9ee60e99df37262f6f893ae3a81e21fe)) @@ -17,8 +34,6 @@ [@blink1073](https://github.com/search?q=repo%3Ajupyterlab%2Fmaintainer-tools+involves%3Ablink1073+updated%3A2024-04-04..2024-04-04&type=Issues) - - ## 0.25.4 ([Full Changelog](https://github.com/jupyterlab/maintainer-tools/compare/v1...1da9e608cc0895c22d36dbc059f8936d5aad9c03)) diff --git a/package.json b/package.json index a509dc4..4284c38 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { "name": "@jupyterlab/maintainer-tools", - "version": "0.25.5", + "version": "0.25.6", "private": true }