Skip to content

Commit 4a7cd88

Browse files
committed
docs: update changelog for 1.0.0
1 parent d07ed2e commit 4a7cd88

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

CHANGELOG.md

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

14+
## [1.0.0] - 2021-07-05
15+
New major version because of the switch to Go 1.16! The features are not backwards compatible.
16+
17+
### Added
18+
- Support for single files as sources ([620fd62](https://github.com/d-Rickyy-b/backmeup/commit/620fd620d13a3687015d61f1bf7f3d89cbedf3a5))
19+
### Changed
20+
- Improved speed by using WalkDir instead of Walk ([9604540](https://github.com/d-Rickyy-b/backmeup/commit/96045409b099ca77f24cf43c442762aeb87ea62d))
21+
- Updated Go version to 1.16 ([52b9b34](https://github.com/d-Rickyy-b/backmeup/commit/52b9b34767166f910466799e69d8499fbfa8db16))
22+
1423
## [0.1.4] - 2021-02-11
1524
### Added
1625
- Symlink support for tar files ([5d75752](https://github.com/d-Rickyy-b/backmeup/commit/5d757525bbde26429e90a30ea5fba8d721db6f72))
@@ -52,7 +61,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5261
## [0.1.0] - 2020-11-17
5362
Initial release! First usable version of backmeup is published as v0.1.0
5463

55-
[unreleased]: https://github.com/d-Rickyy-b/backmeup/compare/v0.1.4...HEAD
64+
[unreleased]: https://github.com/d-Rickyy-b/backmeup/compare/v1.0.0...HEAD
65+
[1.0.0]: https://github.com/d-Rickyy-b/backmeup/compare/v0.1.4...v1.0.0
5666
[0.1.4]: https://github.com/d-Rickyy-b/backmeup/compare/v0.1.3...v0.1.4
5767
[0.1.3]: https://github.com/d-Rickyy-b/backmeup/compare/v0.1.2...v0.1.3
5868
[0.1.2]: https://github.com/d-Rickyy-b/backmeup/compare/v0.1.1...v0.1.2

0 commit comments

Comments
 (0)