- Released: 2023-12-15 - Summary: - Rename `atomic()` to `commit()` in all places - Remove `recurse` keyword from `BaseCfgLine().delete()` - Remove unnecessary keywords from several methods - Delete several unused methods - Remove Python3.8 from `tox.ini` as part of type-hinting support (due to missing `...` in Python3.8 `tuple` type-hint) - Documentation updates
0.2.5
- Released: 2023-12-14 - Summary: - Overhaul `ConfigList().commit()` operations to make them faster on very large configurations - Documentation updates