Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(release): Bumped to Version 5.15.0
# [5.15.0](v5.14.1...v5.15.0) (2023-01-02) ### Bug Fixes * bad URL in raw.githubusercontent.com ([frappe#1363](https://github.com/integrianusa/bench/issues/1363)) ([589f7a4](589f7a4)) * correct python path for migrate_env ([61e0f4a](61e0f4a)) * dont attempt migrating to active virtualenv ([0e59159](0e59159)) * **DX:** make warnings go to stderr ([b6b9481](b6b9481)) * FileNotFound bug ([frappe#1383](https://github.com/integrianusa/bench/issues/1383)) ([965e178](965e178)) * ignore supervisor restart failures where possible ([frappe#1400](https://github.com/integrianusa/bench/issues/1400)) ([7a63f4f](7a63f4f)) * install one app at a time, frappe first ([4f0193c](4f0193c)) * install wheel in venv ([4996afb](4996afb)) * migrate_env silent failures ([7f1c5ad](7f1c5ad)) * no-git support for dependency resolver ([frappe#1368](https://github.com/integrianusa/bench/issues/1368)) ([fcbc2ea](fcbc2ea)) * parsing error ([frappe#1364](https://github.com/integrianusa/bench/issues/1364)) ([4bc3a08](4bc3a08)) * print help when no args passed ([228aeaf](228aeaf)) * restart proc manager if set in config ([frappe#1391](https://github.com/integrianusa/bench/issues/1391)) ([c59d1ed](c59d1ed)) * update check condition ([3e749ba](3e749ba)) * use os.remove instead of shutil.rmtree for symlinks ([frappe#1372](https://github.com/integrianusa/bench/issues/1372)) ([9fd15f6](9fd15f6)) * use ref param instead of branch for get_required_deps (GitHub contents API) ([frappe#1362](https://github.com/integrianusa/bench/issues/1362)) ([9131ba0](9131ba0)) * version check backward compatibility ([frappe#1409](https://github.com/integrianusa/bench/issues/1409)) ([23eede5](23eede5)) ### Features * add `max_requests` to gunicorn args ([b57838f](b57838f)) * add GHA tests ([e76c7dc](e76c7dc)) * New easy-install.py ([044e01b](044e01b)) ### Performance Improvements * single worker in development install ([frappe#1392](https://github.com/integrianusa/bench/issues/1392)) ([9c80f5d](9c80f5d))
- Loading branch information