From e448cac4814233fc82c1b51787880ba48a43a375 Mon Sep 17 00:00:00 2001 From: blink1073 Date: Wed, 3 Apr 2024 12:00:48 +0000 Subject: [PATCH] Publish 0.25.1 SHA256 hashes: foobar-0.25.1-py3-none-any.whl: 06eef17c0af5c947540fce3c64790e9b2bede75b8f25725a044fb3e30e379d17 foobar-0.25.1.tar.gz: 6c9ae142f6da2d6c2c7f903bd763bcc1e8a2f674fd216b07ee4a24f15be6c794 --- CHANGELOG.md | 26 ++++++++++++++++++++++++-- package.json | 6 +++--- 2 files changed, 27 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 29e8a98..1854d31 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,30 @@ +## 0.25.1 + +([Full Changelog](https://github.com/jupyterlab/maintainer-tools/compare/v1...e3d421997a2f6526351a0f889b05f185781575b9)) + +### Enhancements made + +- Use uv for Package Constraints [#225](https://github.com/jupyterlab/maintainer-tools/pull/225) ([@blink1073](https://github.com/blink1073)) + +### Bugs fixed + +- Skip github usernames in link check [#226](https://github.com/jupyterlab/maintainer-tools/pull/226) ([@blink1073](https://github.com/blink1073)) + +### Documentation improvements + +- Fix `0.25.0` changelog [#224](https://github.com/jupyterlab/maintainer-tools/pull/224) ([@jtpio](https://github.com/jtpio)) + +### Contributors to this release + +([GitHub contributors page for this release](https://github.com/jupyterlab/maintainer-tools/graphs/contributors?from=2024-03-19&to=2024-04-03&type=c)) + +[@blink1073](https://github.com/search?q=repo%3Ajupyterlab%2Fmaintainer-tools+involves%3Ablink1073+updated%3A2024-03-19..2024-04-03&type=Issues) | [@jtpio](https://github.com/search?q=repo%3Ajupyterlab%2Fmaintainer-tools+involves%3Ajtpio+updated%3A2024-03-19..2024-04-03&type=Issues) + + + ## 0.25.0 ([Full Changelog](https://github.com/jupyterlab/maintainer-tools/compare/v0.24.5...65217969bdcabf66d2387b4c65d78edaddb8a05c)) @@ -16,8 +40,6 @@ [@jtpio](https://github.com/search?q=repo%3Ajupyterlab%2Fmaintainer-tools+involves%3Ajtpio+updated%3A2024-03-12..2024-03-19&type=Issues) - - ## 0.24.5 ([Full Changelog](https://github.com/jupyterlab/maintainer-tools/compare/v1...d7bf1c9178bc23b305b72ae08d596fd2d6fee37a)) diff --git a/package.json b/package.json index 1257f36..04d3d06 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "@jupyterlab/maintainer-tools", - "version": "0.25.0", - "private": true + "name": "@jupyterlab/maintainer-tools", + "version": "0.25.1", + "private": true }