Skip to content

Commit

Permalink
chore(main): release 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and sbancal committed Nov 30, 2022
1 parent 2f15847 commit e74054e
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
".": "0.4.0",
"src": "0.4.0"
".": "0.5.0",
"src": "0.5.0"
}
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## [0.5.0](https://github.com/EPFL-ENAC/ENACrestic/compare/v0.4.0...v0.5.0) (2022-11-29)


### Features

* **--no-gui:** app able to run on a server with no GUI ([d8c2276](https://github.com/EPFL-ENAC/ENACrestic/commit/d8c22764021457f49ced070f6c5943cf79bc43e5)), closes [#14](https://github.com/EPFL-ENAC/ENACrestic/issues/14)
* **logging:** auto rotation every 30 days ([24e8ad7](https://github.com/EPFL-ENAC/ENACrestic/commit/24e8ad7b726afda1cf9fb570f707537130a1aafd)), closes [#5](https://github.com/EPFL-ENAC/ENACrestic/issues/5)
* **pixmaps:** renaming ([8871098](https://github.com/EPFL-ENAC/ENACrestic/commit/8871098b6eaa71e3ffab6d07cf3ad6d231290191))
* **pre-backup hook:** run pre_backup script when present ([2f15847](https://github.com/EPFL-ENAC/ENACrestic/commit/2f158476d7beb6881fd9048dbc724914f84dea01)), closes [#15](https://github.com/EPFL-ENAC/ENACrestic/issues/15)
* **quit:** clean stop restic process if any ([0178fd6](https://github.com/EPFL-ENAC/ENACrestic/commit/0178fd6d5c372492e012640beefb146310432c37)), closes [#6](https://github.com/EPFL-ENAC/ENACrestic/issues/6)
* **repo lock:** auto-unlock when locked since 30+ minutes ([6ab6c42](https://github.com/EPFL-ENAC/ENACrestic/commit/6ab6c42532ed9d59831e43145b0fba2a514ae9a1)), closes [#6](https://github.com/EPFL-ENAC/ENACrestic/issues/6) [#10](https://github.com/EPFL-ENAC/ENACrestic/issues/10)


### Bug Fixes

* **repo lock:** add missing state message ([1311524](https://github.com/EPFL-ENAC/ENACrestic/commit/13115242ad995674ae1660a2b18adf4def57cbbc))
* **version:** fix auto-generated release-please 0.4.0 ([9c6824d](https://github.com/EPFL-ENAC/ENACrestic/commit/9c6824d018efd3ace8a025da0339eec9e0d4ede9))
* **version:** fix auto-generated release-please 0.4.0 ([ae8daf3](https://github.com/EPFL-ENAC/ENACrestic/commit/ae8daf3e464d8cfafc6bf4771fbd63225fb187c6))

## [0.4.0](https://github.com/EPFL-ENAC/ENACrestic/compare/v0.3.0...v0.4.0) (2022-11-28)

### Features
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
"scripts": {
"prepare": "husky install"
},
"version": "0.4.0"
"version": "0.5.0"
}
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "enacrestic"
version = "0.4.0"
version = "0.5.0"
description = "Automate backups using restic"
authors = ["Samuel Bancal <Samuel.Bancal@epfl.ch>"]
license = "GPLv3"
Expand Down
2 changes: 1 addition & 1 deletion src/enacrestic/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/usr/bin/env python3

__version__ = "0.4.0"
__version__ = "0.5.0"

0 comments on commit e74054e

Please sign in to comment.