Skip to content

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 30 Jul 20:08
c4df095

0.3.0 (2026-07-30)

⚠ BREAKING CHANGES

  • the section and state abstraction, and the TUI screen, moved to milpa/console. Milpa\Admin\Section\AdminSection is now Milpa\Console\Section\Section, AdminSectionProvider is SectionProvider, AdminTuiScreen is ConsoleScreen, and the contract methods adminSections() / adminSectionStates() are sections() / sectionStates(). A plugin contributing admin sections must update its imports and those two method names.

Features

  • the shell moves to milpa/console; admin keeps the web panel (2c80681)