What's Changed * ✨ Support auto get version file for src layout project
0.5.3
What's Changed * 🐛 Fix `pip install -e .` failed to get version with poetry2.1+
0.5.2
Fixes - 🐛 Fix `pip install -e .` failed to get version when project name contains `-` or ` `
0.5.1
* 🔥 Remove `poetry` from dependencies (use `poetry-core` instead). * 🧑💻 Use pep621 style for metadata in `pyproject.toml`. * 🩹 Fix version file detect error when source value with dirname. * ✨ Support `path` as alternative of `source`. * 🔧 Remove `poetry.lock` from `.gitignore` and manage it by git.