Commit graph

5 commits

Author SHA1 Message Date
dc94f2060c feat: Added interaction with accounts in CLI
- Account creation
- Account deletion
- Account balance management
- Account quest completion
- Added account CRUD test in tests/io.rs
2025-12-02 16:12:42 +03:00
0e8cdde697 feat!: Account features
- Bump version to 0.2.0
- Added trait SquadObject
- Implemented SquadObject for Quest and Account
- Implemented Config::load_accounts
- Removed src/quest/error.rs
- Added account tests in tests/main.rs

BREAKING CHANGE: Quest::{load,delete,save} are now provided by
SquadObject trait
2025-12-02 14:33:38 +03:00
1dc7d94785 refactor!: moved quest::error::QuestError to crate::error::Error 2025-12-01 17:15:08 +03:00
96235086d7 test: fixed crud test 2025-11-29 14:46:42 +03:00
f5180a559b test: Quests Create/Read/Update/Delete 2025-11-28 21:39:06 +03:00