0.1.2 - 2026-03-04
Fixed
- Use published
lumiscrate
0.1.1 - 2026-02-19
Changed
- Add language nushell (started by @c4lliope)
- Rename CSS class from
athltolumisfor consistency with the project name - Rename CSS class from
athl-themestolumis-themesfor multi-theme formatter - Change default CSS variable prefix from
--athlto--lumis
0.1.0 - 2026-01-27
First release of lumis, a renamed version of the autumn package.
Migration from autumn
Update your mix.exs:
# Before
{:autumn, "~> 0.6"}
# After
{:lumis, "~> 0.1"}Update your imports:
# Before
alias Autumn
alias Autumn.Theme
# After
alias Lumis
alias Lumis.Theme