Skip to content

Commit

Permalink
chore(main): release 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and sbancal committed Feb 9, 2023
1 parent 9e57f7e commit f2c8939
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.6.1"
".": "0.7.0"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion enacrestic/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/usr/bin/env python3

__version__ = "0.6.1"
__version__ = "0.7.0"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <Samuel.Bancal@epfl.ch>"]
license = "GPLv3"
Expand Down

0 comments on commit f2c8939

Please sign in to comment.