You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+12-1Lines changed: 12 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
11
11
### Fixed
12
12
### Docs
13
13
14
+
## [1.0.1] - 2021-08-23
15
+
A few fixes for the archive creation.
16
+
17
+
### Changed
18
+
- Better error logging in writeTar and writeZip ([90a8af0](https://github.com/d-Rickyy-b/backmeup/commit/90a8af04bba813e8828aa9f7687c89c37a885567))
19
+
### Fixed
20
+
- Wrong error message for inaccessible destination directory ([e134712](https://github.com/d-Rickyy-b/backmeup/commit/e134712236e7eb65785597d5005a8283e74acb3a))
21
+
- Use panicf to have defer file.Close() run eventually ([7b352ff](https://github.com/d-Rickyy-b/backmeup/commit/7b352ff956287df03c9005b60ecc87eed7847ada))
22
+
- Add better error handling in addFileToTar ([bde2db8](https://github.com/d-Rickyy-b/backmeup/bde2db8eb3cdecbe04919fca0595b305833d467b))
23
+
14
24
## [1.0.0] - 2021-07-05
15
25
New major version because of the switch to Go 1.16! The features are not backwards compatible.
16
26
@@ -61,7 +71,8 @@ New major version because of the switch to Go 1.16! The features are not backwar
61
71
## [0.1.0] - 2020-11-17
62
72
Initial release! First usable version of backmeup is published as v0.1.0
0 commit comments