Features -------- - 124: New base.unsetenv task (thanks jmrgonza)
1.1.0
==================
Features -------- - 119: New Jinja filter: increment_datetime (thanks jmrgonza) - 122: New Jinja filter: render (solves 121)
Internal changes ---------------- - 120: Make code compliant with isort+black+ruff
1.0.0
==================
Fixes ----- - 117: Fix: ReadTheDocs does not build
1.0.0rc4
=====================
Features -------- - 112: Rename base.context.from to base.context.load - 113: Update docs on nested (dotted) keys
Fixes ----- - 107: Add loop-over-range example to docs - 115: Fix: task timing in jobs does not work - 114: Update $PWD in environment for base.command processes
1.0.0rc3
=====================
Fixes ----- - 106, 108: Make base.time return proper Context (thanks oloapinivad) (base.time did not work properly under "do") - 109: Have base.task_timer return proper Context
1.0.0rc2
=====================
Internal changes ---------------- - 102: Remove duplicated packaging info in setup.py - 103: Use Python 3.10 in Github actions - 104: Require SE 1.0.0rc1 in Github action (temporarily)