diff --git a/CHANGELOG.md b/CHANGELOG.md index 39b3b74..ef669e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,30 @@ +## 0.1.1 + +([Full Changelog](https://github.com/jupyterlite/litegitpuller/compare/v0.1.0...ef363d22392b65ee2efa58c75bcbd1b98c61a1d6)) + +### Enhancements made + +- Support for Gitlab repositories [#16](https://github.com/jupyterlite/litegitpuller/pull/16) ([@brichet](https://github.com/brichet)) + +### Maintenance and upkeep improvements + +- Bump to Jupyterlab 4 [#15](https://github.com/jupyterlite/litegitpuller/pull/15) ([@brichet](https://github.com/brichet)) + +### Other merged PRs + +- Add query parameters to the docs link [#13](https://github.com/jupyterlite/litegitpuller/pull/13) ([@fcollonval](https://github.com/fcollonval)) + +### Contributors to this release + +([GitHub contributors page for this release](https://github.com/jupyterlite/litegitpuller/graphs/contributors?from=2023-09-14&to=2023-12-19&type=c)) + +[@brichet](https://github.com/search?q=repo%3Ajupyterlite%2Flitegitpuller+involves%3Abrichet+updated%3A2023-09-14..2023-12-19&type=Issues) | [@fcollonval](https://github.com/search?q=repo%3Ajupyterlite%2Flitegitpuller+involves%3Afcollonval+updated%3A2023-09-14..2023-12-19&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyterlite%2Flitegitpuller+involves%3Agithub-actions+updated%3A2023-09-14..2023-12-19&type=Issues) + + + ## 0.1.0 ([Full Changelog](https://github.com/jupyterlite/litegitpuller/compare/b111f5d0e1682f3ae14d3205fb1d389b408e7753...1b0011799a217759b34705727030c5f515ddc464)) @@ -25,5 +49,3 @@ ([GitHub contributors page for this release](https://github.com/jupyterlite/litegitpuller/graphs/contributors?from=2023-08-28&to=2023-09-14&type=c)) [@brichet](https://github.com/search?q=repo%3Ajupyterlite%2Flitegitpuller+involves%3Abrichet+updated%3A2023-08-28..2023-09-14&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyterlite%2Flitegitpuller+involves%3Agithub-actions+updated%3A2023-08-28..2023-09-14&type=Issues) | [@jtpio](https://github.com/search?q=repo%3Ajupyterlite%2Flitegitpuller+involves%3Ajtpio+updated%3A2023-08-28..2023-09-14&type=Issues) - - diff --git a/package.json b/package.json index 01a5f95..02a19e4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlite/litegitpuller", - "version": "0.1.0", + "version": "0.1.1", "description": "A jupyterlite extension to automate cloning of a github repository.", "keywords": [ "jupyter",