Skip to content

Commit

Permalink
Release v0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
dormant-user committed Nov 3, 2024
1 parent 481e9cb commit dfbfec2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion git2s3/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

from git2s3.main import Git2S3

version = "0.0.4"
version = "0.0.5"


@click.command()
Expand Down
8 changes: 7 additions & 1 deletion release_notes.rst
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit dfbfec2

Please sign in to comment.