diff --git a/History.md b/History.md index c88972a..e03e267 100644 --- a/History.md +++ b/History.md @@ -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 @@ -58,4 +69,4 @@ 1.0.0 / 2015-07-26 ================== - * Initial version \ No newline at end of file + * Initial version diff --git a/LICENSE b/LICENSE index a59fba6..9d74c44 100644 --- a/LICENSE +++ b/LICENSE @@ -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 + Copyright 2015- Knut Ahlers Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/go.mod b/go.mod index 19e4166..ef3ce18 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/Luzifer/s3sync +module github.com/Luzifer/s3sync/v2 go 1.20 diff --git a/main.go b/main.go index 34ea46b..87b64a8 100644 --- a/main.go +++ b/main.go @@ -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 (