chore(docs): prepare release
This commit is contained in:
parent
0cc50e15c9
commit
179e2a6ec3
2 changed files with 15 additions and 1 deletions
14
changelog.md
14
changelog.md
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue