From 14a9f900b9788217e5ca6c6c5bc8825ddb9c25c5 Mon Sep 17 00:00:00 2001 From: blink1073 Date: Wed, 29 May 2024 11:10:18 +0000 Subject: [PATCH] Publish 0.25.7 SHA256 hashes: foobar-0.25.7-py3-none-any.whl: 314dda5313c87f206f75e7e9b27aae1dc765a8cee1986c3710dca1a5712fc58f foobar-0.25.7.tar.gz: 132b775df69157cae6fda35d171ada694282fceae2479cb4a361af502cbd9946 --- CHANGELOG.md | 18 ++++++++++++++++-- package.json | 2 +- 2 files changed, 17 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c85bafe..cebfcdd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,22 @@ +## 0.25.7 + +([Full Changelog](https://github.com/jupyterlab/maintainer-tools/compare/v1...7c6c120d97b33da4bb29b605a37720055821244e)) + +### Bugs fixed + +- Use a random coverage artifact name if none is given [#237](https://github.com/jupyterlab/maintainer-tools/pull/237) ([@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-27&to=2024-05-29&type=c)) + +[@blink1073](https://github.com/search?q=repo%3Ajupyterlab%2Fmaintainer-tools+involves%3Ablink1073+updated%3A2024-05-27..2024-05-29&type=Issues) + + + ## 0.25.6 ([Full Changelog](https://github.com/jupyterlab/maintainer-tools/compare/v1...4c96ea39533bc6610e314fb90479dece766a9139)) @@ -17,8 +33,6 @@ [@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)) diff --git a/package.json b/package.json index 4284c38..c1a2ecf 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { "name": "@jupyterlab/maintainer-tools", - "version": "0.25.6", + "version": "0.25.7", "private": true }