chore: Bump version to 0.6.1 and update decorators to use new cache system

This commit is contained in:
sha
2026-01-02 11:01:08 +00:00
parent 60f32a7e8c
commit e64aaf320b
17 changed files with 799 additions and 27 deletions
+4
View File
@@ -78,6 +78,10 @@ class TextFormatter:
def yellow(text: str) -> str:
return f"[yellow]{text}[/yellow]"
@staticmethod
def orange(text: str) -> str:
return f"[orange]{text}[/orange]"
@staticmethod
def magenta(text: str) -> str:
return f"[magenta]{text}[/magenta]"