chore(docs): prepare release

This commit is contained in:
Patryk Hegenberg 2025-02-04 16:16:18 +01:00
parent 0cc50e15c9
commit 179e2a6ec3
2 changed files with 15 additions and 1 deletions

View file

@ -2,6 +2,20 @@
All notable changes to this project will be documented in this file.
## [0.6.0] - 2025-02-04
### 🚀 Features
- *(cli)* Add check command
### 🚜 Refactor
- *(packagemanager,cli,tui)* Move packages in specific subfolders
### 📚 Documentation
- *(cli)* Update version
## [0.5.0] - 2025-01-24
### 🚀 Features

View file

@ -14,7 +14,7 @@ import (
var RootCmd = &cobra.Command{
Use: "system_setup_tool",
Short: "Installs packages based on TOML configuration",
Version: "0.6.0-alpha",
Version: "0.6.0",
Run: tui.Run,
}