feat: update version to 0.22.0 and enhance symlink handling in installation process

This commit is contained in:
2026-03-13 12:22:17 -05:00
parent a7217f2f1b
commit 1d877eeec2
6 changed files with 298 additions and 37 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ Stubs are not allowed.
Do **not**:
- Add placeholder functions
- Add `todo!()` or `unimplemented!()`
- Add `todo!()` or `unimplemented!()` (unless asked to do so)
- Leave partially implemented logic
- Add empty modules “for later”
- Return dummy values to satisfy the compiler