From 3519efeccc99c6fbe2bd103359dda3be821d761f Mon Sep 17 00:00:00 2001 From: Patryk Hegenberg Date: Fri, 24 Jan 2025 10:28:04 +0100 Subject: [PATCH] update Changelog.md --- changelog.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index a5ec126..a64bd84 100644 --- a/changelog.md +++ b/changelog.md @@ -2,18 +2,24 @@ All notable changes to this project will be documented in this file. -## [unreleased] +## [0.5.0] - 2025-01-24 ### 🚀 Features - *(cli)* Add concurrent execution of search and update to improve performance - *(cli)* Add aliases to commands - *(config)* Add creation of default config if no config exists +- *(cli)* Add history command and logging for actions +- *(cli)* Add max history length ### 🐛 Bug Fixes - *(packagemanager)* Reimplement getPackagemanager to enable installing buildtools on linux +### 🚜 Refactor + +- *(cli)* Perform code clean up + ## [0.4.0] - 2025-01-20 ### 🚀 Features