2
0
mirror of https://github.com/frappe/bench.git synced 2025-01-25 07:58:24 +00:00

chore(release): Bumped to Version 5.8.0

# [5.8.0](https://github.com/frappe/bench/compare/v5.7.6...v5.8.0) (2022-03-22)

### Bug Fixes

* Allow sudo restart for supervisor (backwards compatibility) ([fc7c047](fc7c047c28))
* clearer docstrings ([3c59446](3c5944623a))
* file-uri while app initialisation ([2fed369](2fed369066))
* **find:** Handle OS' PermissionError ([ea94752](ea947523b3))
* mkdir -p to ignore `OSError`s ([d38b63a](d38b63a483))
* Respect bench config during restart ([25f49c2](25f49c2dbb))
* **restart:** Setup restarts vars with fallback ([af14baf](af14bafe21))
* Show better user messages when failed to update supervisord ([d89f19e](d89f19e02e))
* Try setting supervisord conditionally ([7a4ade9](7a4ade9192))

### Features

* Setup Requirements for specific apps ([#1265](https://github.com/frappe/bench/issues/1265)) ([28e6816](28e681689f))
This commit is contained in:
semantic-release-bot 2022-03-22 06:45:16 +00:00
parent 2c49ee824c
commit 2ef0cb18f2

View File

@ -1,4 +1,4 @@
VERSION = "5.7.6"
VERSION = "5.8.0"
PROJECT_NAME = "frappe-bench"
FRAPPE_VERSION = None
current_path = None