Skip to content

Commit fe7daf9

Browse files
committed
docs: update changelog for 1.0.1
1 parent bde2db8 commit fe7daf9

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111
### Fixed
1212
### Docs
1313

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+
1424
## [1.0.0] - 2021-07-05
1525
New major version because of the switch to Go 1.16! The features are not backwards compatible.
1626

@@ -61,7 +71,8 @@ New major version because of the switch to Go 1.16! The features are not backwar
6171
## [0.1.0] - 2020-11-17
6272
Initial release! First usable version of backmeup is published as v0.1.0
6373

64-
[unreleased]: https://github.com/d-Rickyy-b/backmeup/compare/v1.0.0...HEAD
74+
[unreleased]: https://github.com/d-Rickyy-b/backmeup/compare/v1.0.1...HEAD
75+
[1.0.1]: https://github.com/d-Rickyy-b/backmeup/compare/v1.0.0...v1.0.1
6576
[1.0.0]: https://github.com/d-Rickyy-b/backmeup/compare/v0.1.4...v1.0.0
6677
[0.1.4]: https://github.com/d-Rickyy-b/backmeup/compare/v0.1.3...v0.1.4
6778
[0.1.3]: https://github.com/d-Rickyy-b/backmeup/compare/v0.1.2...v0.1.3

0 commit comments

Comments
 (0)