From 1fb90a6eac61792254495938b7f8b6ad7b0f5935 Mon Sep 17 00:00:00 2001 From: trungleduc Date: Mon, 11 Mar 2024 14:25:34 +0000 Subject: [PATCH] Publish 1.0.1 SHA256 hashes: tljh_repo2docker-1.0.1-py2.py3-none-any.whl: 7e76fe1d84e76867794915ec4c523ea7107dddb1e062708470b508f98fd9f0c6 tljh_repo2docker-1.0.1.tar.gz: 00beffd4b8131887b728c60046e549ea4bf5993d67b4a9fb71c56b05c973c7e4 --- CHANGELOG.md | 20 ++++++++++++++++++++ tljh_repo2docker/__version__.py | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 489c392..27c4c5f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -58,4 +58,24 @@ You can find below the list of changes since the creation of the plugin. +## 1.0.1 + +([Full Changelog](https://github.com/plasmabio/tljh-repo2docker/compare/v1.0.0...98eaec34e3617c1e9bb83b2b4b09b2e4866fe8a0)) + +### Bugs fixed + +- Resolve 'Show Logs' issue by adding \_xsrf token [#61](https://github.com/plasmabio/tljh-repo2docker/pull/61) ([@yamaton](https://github.com/yamaton)) + +### Maintenance and upkeep improvements + +- Use environment in CI [#77](https://github.com/plasmabio/tljh-repo2docker/pull/77) ([@trungleduc](https://github.com/trungleduc)) +- Add 1.0.0 highlights to the change log. [#76](https://github.com/plasmabio/tljh-repo2docker/pull/76) ([@trungleduc](https://github.com/trungleduc)) +- Add releaser workflow [#74](https://github.com/plasmabio/tljh-repo2docker/pull/74) ([@trungleduc](https://github.com/trungleduc)) + +### Contributors to this release + +([GitHub contributors page for this release](https://github.com/plasmabio/tljh-repo2docker/graphs/contributors?from=2023-11-17&to=2024-03-11&type=c)) + +[@jtpio](https://github.com/search?q=repo%3Aplasmabio%2Ftljh-repo2docker+involves%3Ajtpio+updated%3A2023-11-17..2024-03-11&type=Issues) | [@trungleduc](https://github.com/search?q=repo%3Aplasmabio%2Ftljh-repo2docker+involves%3Atrungleduc+updated%3A2023-11-17..2024-03-11&type=Issues) | [@yamaton](https://github.com/search?q=repo%3Aplasmabio%2Ftljh-repo2docker+involves%3Ayamaton+updated%3A2023-11-17..2024-03-11&type=Issues) + diff --git a/tljh_repo2docker/__version__.py b/tljh_repo2docker/__version__.py index d538f87..0058b93 100644 --- a/tljh_repo2docker/__version__.py +++ b/tljh_repo2docker/__version__.py @@ -1 +1 @@ -__version__ = "1.0.0" \ No newline at end of file +__version__ = "1.0.1" \ No newline at end of file