From 7f9d72bddd0b99a94ff4b0894f329eaa0e357454 Mon Sep 17 00:00:00 2001 From: Patryk Hegenberg Date: Sat, 18 Jan 2025 16:55:56 +0100 Subject: [PATCH] docs: update changelog.md --- changelog.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/changelog.md b/changelog.md index 10db077..f7bbf83 100644 --- a/changelog.md +++ b/changelog.md @@ -2,6 +2,23 @@ All notable changes to this project will be documented in this file. +## [0.3.0] - 2025-01-18 + +### 🚀 Features + +- *(cli)* Implement search argument +- *(cli)* Add first implementation for install command +- *(cli)* Cleanup install command and add remove and search command + +### 🐛 Bug Fixes + +- *(cli)* Add missing yes flag in flatpak remove cmd + +### 🚜 Refactor + +- Seperate files, function and structs into seperate packages +- Move main.go back to project root + ## [0.2.0] - 2025-01-16 ### 🚀 Features @@ -18,6 +35,7 @@ All notable changes to this project will be documented in this file. ### 📚 Documentation +- Update changelog.md - Update changelog.md ### ⚙️ Miscellaneous Tasks