[0.1.0] - 2024-10-10
⛰️ Features
- (cli) Implement CLI commands structure - (11f6214)
- (config) Implement config loading - (abbaaf6)
- (info) Implement display installed package info - (a79e9dd)
- (inspect) Add command to inspect CI logs - (50d6b60)
- (install) Track and implement installed packages list - (51e2f96)
- (install) Implement package install - (aaf1c89)
- (list) List available packages - (17a50b7)
- (query) Query detailed package info - (0f6facd)
- (remove) Implement packages removal - (e676064)
- (run) Run packages without installing them - (16e820a)
- (search) Implement package search feature - (313c2a5)
- (symlink) Implement ownership check for binary symlinks - (6575072)
- (update) Implement update package - (c58269b)
- (use) Add ability to switch package variants - (de2264d)
🐛 Bug Fixes
- (install) Use case-sensitive package name - (1abd650)
- (parse) Fix remote registry parser - (b8175c5)
- (update) Resolve update deadlock - (e8c56bc)
🚜 Refactor
- (command) Update commands and cleanup on sync - (555737c)
- (package) Use binary checksum in install path - (4a6e3c4)
- (project) Re-organize whole codebase - (2705168)
- (project) Update data types and improve readability - (ac4a93a)
- (project) Reduce complexity - (cfc5962)