- :next_track_button: Replace trivial list expansions followed by 0-indexing with `next(GeneratorExpr)` (19: https://github.com/lmmx/mvdef/commit/97108a9b13ed1b970b11ae8e3e957ae21384504c, https://github.com/lmmx/mvdef/commit/8f1289f0eabeb623de7fc33d9538a0a1dd32b1fe, https://github.com/lmmx/mvdef/commit/406ea854a5ddf06123fa34a18b6365abd2d6a03f)
- :inbox_tray: Refactor dict merges for the edit agenda into a neat shared method [`get_merged_dicts`](https://github.com/lmmx/mvdef/blob/406ea854a5ddf06123fa34a18b6365abd2d6a03f/src/mvdef/transfer.py#L192-L202) (https://github.com/lmmx/mvdef/commit/406ea854a5ddf06123fa34a18b6365abd2d6a03f)
- :new: Basically all the rest of the changes ([compare](https://github.com/lmmx/mvdef/compare/v0.5.12...v0.5.13)) were on #18, adding the ability to move inner functions
- Functions to move may now be specified in the `-m` argument with the `:` separator, interpreted as "contains an inner function" (e.g. `foo:bar` looks for the inner function `bar` within global scope function `foo`)
- :package: PyPi [v0.5.13](https://pypi.org/project/mvdef/0.5.13/)