* Fixed Semantic Versioning enforcement to allow metadata segments with more than two dot-separated identifiers.
1.5.2
* For Git, avoided use of `--decorate-refs` to maintain compatibility with older Git versions.
1.5.1
* Improved ordering of Git tags, particularly when commit dates were not chronological. ([Contributed by mariusvniekerk](https://github.com/mtkennerly/dunamai/pull/9)) * Improved Subversion handling when in a subdirectory of the repository. ([Contributed by Spirotot](https://github.com/mtkennerly/dunamai/pull/10))
1.5.0
* Added the `--tagged-metadata` option and corresponding attribute on the `Version` class. ([Contributed by mariusvniekerk](https://github.com/mtkennerly/dunamai/pull/8)) * Added explicit dependency on setuptools (because of using `pkg_resources`) for environments where it is not installed by default.
1.4.1
* For Git, replaced `--porcelain=v1` with `--porcelain` to maintain compatibility with older Git versions.