1
0
Fork 0
mirror of https://github.com/Luzifer/s3sync.git synced 2024-10-18 06:24:20 +00:00

prepare release v2.0.0

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2023-06-09 17:05:20 +02:00
parent 627fe09bac
commit 5ecef07c67
Signed by: luzifer
GPG key ID: D91C3E91E4CAD6F5
4 changed files with 16 additions and 5 deletions

View file

@ -1,3 +1,14 @@
# 2.0.0 / 2023-06-09
**⚠ Breaking Changes:**
- MD5 checksums are no longer used to check for file changes
- Logging to stdout was dropped and log-format changed
** Changelog:**
* Breaking: Refactor, update deps, add MinIO support
* Replace deprecated vendoring with Go modules support
# 1.3.0 / 2017-11-13
* Update dependencies, switch to dep for vendoring

View file

@ -178,7 +178,7 @@
APPENDIX: How to apply the Apache License to your work.
To apply the Apache License to your work, attach the following
boilerplate notice, with the fields enclosed by brackets "{}"
boilerplate notice, with the fields enclosed by brackets "[]"
replaced with your own identifying information. (Don't include
the brackets!) The text should be enclosed in the appropriate
comment syntax for the file format. We also recommend that a
@ -186,7 +186,7 @@
same "printed page" as the copyright notice for easier
identification within third-party archives.
Copyright 2017 Knut Ahlers <knut@ahlers.me>
Copyright 2015- Knut Ahlers <knut@ahlers.me>
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.

2
go.mod
View file

@ -1,4 +1,4 @@
module github.com/Luzifer/s3sync
module github.com/Luzifer/s3sync/v2
go 1.20

View file

@ -10,7 +10,7 @@ import (
"github.com/sirupsen/logrus"
"github.com/Luzifer/rconfig/v2"
"github.com/Luzifer/s3sync/pkg/fsprovider"
"github.com/Luzifer/s3sync/v2/pkg/fsprovider"
)
var (