docs: update changelog.md

This commit is contained in:
Patryk Hegenberg 2025-01-18 16:55:56 +01:00
parent a90c3d52f9
commit 7f9d72bddd

View file

@ -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