blob: 18c58476d5748c906e50fcc1276d081827794b8d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
|
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [1.0.4] - 2023-07-09
### Changed
- Remove --fsync from rsync call due to compatibility reasons
## [1.0.3] - 2023-07-08
### Added
- Add upload to packagecloud
## [1.0.2] - 2023-06-09
### Changed
- Update dependencies
## [1.0.1] - 2023-04-04
### Added
- Add support for AUR releases
### Changed
- Update dependencies
## [1.0.0+1] - 2023-03-31
### Fixed
- Fixed release artifacts
## [1.0.0] - 2023-03-30
### Added
- Initial release
[1.0.4]: https://github.com/Skycoder42/podman_backup/compare/v1.0.3...v1.0.4
[1.0.3]: https://github.com/Skycoder42/podman_backup/compare/v1.0.2...v1.0.3
[1.0.2]: https://github.com/Skycoder42/podman_backup/compare/v1.0.1...v1.0.2
[1.0.1]: https://github.com/Skycoder42/podman_backup/compare/v1.0.0+1...v1.0.1
[1.0.0+1]: https://github.com/Skycoder42/podman_backup/compare/v1.0.0...v1.0.0+1
[1.0.0]: https://github.com/Skycoder42/podman_backup/releases/tag/v1.0.0
|