From 0060fa0b09d4804ce93d774b34aa360aa08a4aa2 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 24 Jan 2024 07:54:45 +0000 Subject: [PATCH] chore(release): Bumped to Version 5.21.0 # [5.21.0](https://github.com/frappe/bench/compare/v5.20.0...v5.21.0) (2024-01-24) ### Bug Fixes * add safety filter for untarring ([e8ea985](https://github.com/frappe/bench/commit/e8ea98552c973f9ac126e728d465de3723a9701f)) * check if installed FF supports use-cached ([d177d8f](https://github.com/frappe/bench/commit/d177d8ff633fe04a685754d7b8f52a19a8e8c2bf)) * prevent circular dependency ([7bcea60](https://github.com/frappe/bench/commit/7bcea6099da1a41ad530bdd85ff337f627039b80)) * remove rem check from app-cache --clear ([4e170a2](https://github.com/frappe/bench/commit/4e170a2042c114e46b978c83413e2267194d957b)) * remove unused nodemodules before caching ([0e2e8b4](https://github.com/frappe/bench/commit/0e2e8b4da3abb74c55643568f6c30ab86a4ec353)) * update install_app with using_cached flag ([10bb5a4](https://github.com/frappe/bench/commit/10bb5a47949512c59ac04919912e2249711c926a)) * version check before AbsoluteLinkError ([3502c77](https://github.com/frappe/bench/commit/3502c776c0c265f767d1c159e332b0e23aa9ed29)) * version check before data_filter import ([80f2e70](https://github.com/frappe/bench/commit/80f2e70af68a8f089b558b1a814c39ecd0b24389)) * wrap tarfile with error handling ([30f301e](https://github.com/frappe/bench/commit/30f301e3ffa8a2561160ec740d2d046355905c97)) * wrong help string ([7a89ccd](https://github.com/frappe/bench/commit/7a89ccd53a6b5bec60bd60d636d08cd5d6981fb7)) ### Features * add bench app-cache helper command ([42ac015](https://github.com/frappe/bench/commit/42ac015bff96b2318d359f24a5ded7a48c0a1a18)) * cache get-app artifacts by commit_hash ([87d4aa3](https://github.com/frappe/bench/commit/87d4aa3b10aa23a620d5a51a968ae47110c43dd1)) * comment out unsupported typing ([23bd717](https://github.com/frappe/bench/commit/23bd717d7b9ebc6995833c9064425e6a4cb20096)) * set `startretries` in supervisor configuration ([deadc7c](https://github.com/frappe/bench/commit/deadc7c7c26fc3ce7d1c745050ae258583a80239)) ### Performance Improvements * add Cache-Control header for assets ([8d3270e](https://github.com/frappe/bench/commit/8d3270e4ad79548f8524e9985409771fc7979277)) --- bench/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bench/__init__.py b/bench/__init__.py index ac54f073..d0d578ea 100644 --- a/bench/__init__.py +++ b/bench/__init__.py @@ -1,4 +1,4 @@ -VERSION = "5.20.0" +VERSION = "5.21.0" PROJECT_NAME = "frappe-bench" FRAPPE_VERSION = None current_path = None