From dfbfec22fac777b7df41f21baa400075fe47fe37 Mon Sep 17 00:00:00 2001 From: Vignesh Rao Date: Sun, 3 Nov 2024 12:41:46 -0600 Subject: [PATCH] Release `v0.0.5` --- git2s3/__init__.py | 2 +- release_notes.rst | 8 +++++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/git2s3/__init__.py b/git2s3/__init__.py index a9f2011..d2f1876 100644 --- a/git2s3/__init__.py +++ b/git2s3/__init__.py @@ -6,7 +6,7 @@ from git2s3.main import Git2S3 -version = "0.0.4" +version = "0.0.5" @click.command() diff --git a/release_notes.rst b/release_notes.rst index 4af210a..f5ee07e 100644 --- a/release_notes.rst +++ b/release_notes.rst @@ -1,12 +1,18 @@ Release Notes ============= +v0.0.5 (11/03/2024) +------------------- +- Includes an option to upload to S3 even when cloning partially failed +- Includes detailed logging of success and failed count for clones and uploads +- **Full Changelog**: https://github.com/thevickypedia/git2s3/compare/0.0.4...v0.0.5 + v0.0.4 (08/01/2024) ------------------- - Release ``v0.0.4`` - **Full Changelog**: https://github.com/thevickypedia/git2s3/compare/0.0.3...v0.0.4 -v0.0.3 (07/28/2024) +v0.0.3 (07/29/2024) ------------------- - Release ``v0.0.3`` - **Full Changelog**: https://github.com/thevickypedia/git2s3/compare/0.0.2...v0.0.3