From b92970ee452609aaba6c2783e2cfe6b8bdca6c73 Mon Sep 17 00:00:00 2001 From: blink1073 Date: Tue, 4 Jun 2024 01:15:53 +0000 Subject: [PATCH] Publish 0.25.9 SHA256 hashes: foobar-0.25.9-py3-none-any.whl: ce2a3bfd32dd94d609610349511e1b7eff128057a1ee56e6e2181ca6789e6651 foobar-0.25.9.tar.gz: 2075605c8fc8ac6a6b0cbce3f3e92ed4ae25ad080fe92e8a40b73c9fe73e0aea --- CHANGELOG.md | 18 ++++++++++++++++-- package.json | 2 +- 2 files changed, 17 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 43e8ab3..85dadef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,22 @@ +## 0.25.9 + +([Full Changelog](https://github.com/jupyterlab/maintainer-tools/compare/v1...9b3f54587c1aeeb20e3fb5806dd1472317c9828f)) + +### Bugs fixed + +- Revert "Use hatch install action" [#239](https://github.com/jupyterlab/maintainer-tools/pull/239) ([@blink1073](https://github.com/blink1073)) + +### Contributors to this release + +([GitHub contributors page for this release](https://github.com/jupyterlab/maintainer-tools/graphs/contributors?from=2024-05-30&to=2024-06-04&type=c)) + +[@blink1073](https://github.com/search?q=repo%3Ajupyterlab%2Fmaintainer-tools+involves%3Ablink1073+updated%3A2024-05-30..2024-06-04&type=Issues) + + + ## 0.25.8 ([Full Changelog](https://github.com/jupyterlab/maintainer-tools/compare/v1...a5a04cdd16f19c4f3c86e299b188293e7923a2b4)) @@ -16,8 +32,6 @@ [@blink1073](https://github.com/search?q=repo%3Ajupyterlab%2Fmaintainer-tools+involves%3Ablink1073+updated%3A2024-05-29..2024-05-30&type=Issues) - - ## 0.25.7 ([Full Changelog](https://github.com/jupyterlab/maintainer-tools/compare/v1...7c6c120d97b33da4bb29b605a37720055821244e)) diff --git a/package.json b/package.json index 913f91a..d661637 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { "name": "@jupyterlab/maintainer-tools", - "version": "0.25.8", + "version": "0.25.9", "private": true }