diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 5d02000..e7ca613 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.6.1" + ".": "0.7.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 141792e..56a0b19 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.7.0](https://github.com/EPFL-ENAC/ENACrestic/compare/v0.6.1...v0.7.0) (2023-02-09) + + +### Features + +* **1st run:** auto-init the repo if needed and no previous backup ([1b56384](https://github.com/EPFL-ENAC/ENACrestic/commit/1b5638403b637aa9dca1dc673c99b853a1531363)), closes [#12](https://github.com/EPFL-ENAC/ENACrestic/issues/12) + + +### Documentation + +* **README.md:** reword ([9e57f7e](https://github.com/EPFL-ENAC/ENACrestic/commit/9e57f7e9ee9f05295e8a56d6152d9a6aa7733be8)) + ## [0.6.1](https://github.com/EPFL-ENAC/ENACrestic/compare/v0.6.0...v0.6.1) (2023-02-09) diff --git a/enacrestic/__init__.py b/enacrestic/__init__.py index 5022cb0..6d39130 100755 --- a/enacrestic/__init__.py +++ b/enacrestic/__init__.py @@ -1,3 +1,3 @@ #!/usr/bin/env python3 -__version__ = "0.6.1" +__version__ = "0.7.0" diff --git a/pyproject.toml b/pyproject.toml index 8a9816b..0dcf801 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ name = "enacrestic" homepage = "https://github.com/EPFL-ENAC/ENACrestic#readme" repository = "https://github.com/EPFL-ENAC/ENACrestic" -version = "0.6.1" +version = "0.7.0" description = "Automate backups using restic" authors = ["Samuel Bancal "] license = "GPLv3"