Skip to content

Commit

Permalink
chore(main): release 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and sbancal committed Feb 7, 2023
1 parent 750fc07 commit be53a6a
Show file tree
Hide file tree
Showing 4 changed files with 26 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.5.1"
".": "0.6.0"
}
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# Changelog

## [0.6.0](https://github.com/EPFL-ENAC/ENACrestic/compare/v0.5.1...v0.6.0) (2023-02-07)


### Features

* **PyPI:** release package to PyPI as CD ([a963c75](https://github.com/EPFL-ENAC/ENACrestic/commit/a963c75362b40f7941ce5b44d4633c6a711ceafb)), closes [#20](https://github.com/EPFL-ENAC/ENACrestic/issues/20)


### Bug Fixes

* **package:** add missing dependencies ([6f9442a](https://github.com/EPFL-ENAC/ENACrestic/commit/6f9442a06d7129be30caffe9f822752cdd7633b6)), closes [#90](https://github.com/EPFL-ENAC/ENACrestic/issues/90)
* **package:** fix build & fix .desktop file ([e99ec86](https://github.com/EPFL-ENAC/ENACrestic/commit/e99ec863d36b4197bad4bf8c0084a356379deedf)), closes [#20](https://github.com/EPFL-ENAC/ENACrestic/issues/20)
* **release:** fix release-please and release to PyPI workflow ([b377391](https://github.com/EPFL-ENAC/ENACrestic/commit/b377391fc2c39016a40eddc2d144265a5fc8d61e))
* **restic_backup.py:** fix error handling ([f5bb05b](https://github.com/EPFL-ENAC/ENACrestic/commit/f5bb05bc6e06c6bd76a8da7800f69b856eb0e4ad)), closes [#57](https://github.com/EPFL-ENAC/ENACrestic/issues/57)
* **typo:** fix [#53](https://github.com/EPFL-ENAC/ENACrestic/issues/53) ([34b31d3](https://github.com/EPFL-ENAC/ENACrestic/commit/34b31d3bb67660dd556e0d22bfc8e9bad09e6e8f))
* **vscode:** fix non-sense config ([c3099cb](https://github.com/EPFL-ENAC/ENACrestic/commit/c3099cb7f5be1d694deff5e81248cff53505ba3c))


### Documentation

* **for devs:** update how to publish on PyPI (manualy) ([2565808](https://github.com/EPFL-ENAC/ENACrestic/commit/256580870cce0a7848bcb640ba89d50c67bd12cd))
* **README.md:** add common project badges ([750fc07](https://github.com/EPFL-ENAC/ENACrestic/commit/750fc072298f9e82a567b4a91c3a41096ab6e802))

## [0.5.1](https://github.com/EPFL-ENAC/ENACrestic/compare/v0.5.0...v0.5.1) (2022-11-30)


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.5.1"
__version__ = "0.6.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.5.1"
version = "0.6.0"
description = "Automate backups using restic"
authors = ["Samuel Bancal <Samuel.Bancal@epfl.ch>"]
license = "GPLv3"
Expand Down

0 comments on commit be53a6a

Please sign in to comment.