From e97902784dd9015f2c130d39ad3ae0911c29452e Mon Sep 17 00:00:00 2001 From: Adriano Marques Garcia Date: Wed, 31 Jan 2024 12:25:34 +0100 Subject: [PATCH] Update Changelog.txt --- Changelog.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Changelog.txt b/Changelog.txt index e1d8b51..7539636 100644 --- a/Changelog.txt +++ b/Changelog.txt @@ -1,4 +1,4 @@ -* v0.4.5-alpha +* v0.5-alpha - [New feature] Added a new command to the CLI: 'new-app'. This command allows users to create a new application from scratch. It will create a new folder inside the 'SPBench/sys/apps/' folder with the name provided by the user. Inside this folder, it will create a toy application with a basic structure which users can use as template. - [New feature] Added a new command to the CLI: 'delete-app'. This command allows users to delete an application from the 'SPBench/sys/apps/' folder and from the registry, as well as all benchmarks associated with it and registered inputs.