Skip to content

Commit dfbfec2

Browse files
committed
Release v0.0.5
1 parent 481e9cb commit dfbfec2

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

git2s3/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
from git2s3.main import Git2S3
88

9-
version = "0.0.4"
9+
version = "0.0.5"
1010

1111

1212
@click.command()

release_notes.rst

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,18 @@
11
Release Notes
22
=============
33

4+
v0.0.5 (11/03/2024)
5+
-------------------
6+
- Includes an option to upload to S3 even when cloning partially failed
7+
- Includes detailed logging of success and failed count for clones and uploads
8+
- **Full Changelog**: https://github.com/thevickypedia/git2s3/compare/0.0.4...v0.0.5
9+
410
v0.0.4 (08/01/2024)
511
-------------------
612
- Release ``v0.0.4``
713
- **Full Changelog**: https://github.com/thevickypedia/git2s3/compare/0.0.3...v0.0.4
814

9-
v0.0.3 (07/28/2024)
15+
v0.0.3 (07/29/2024)
1016
-------------------
1117
- Release ``v0.0.3``
1218
- **Full Changelog**: https://github.com/thevickypedia/git2s3/compare/0.0.2...v0.0.3

0 commit comments

Comments
 (0)