Releases: flying-sheep/get_version
Releases · flying-sheep/get_version
v3.5.5
- [#30 ] Fix dunamai 1.19 compatibility
v3.5.4
- [#17] fix dependencies
- [a3bcbe1] Catch OSError in find_vcs_root
v3.5
- [5922cc9] Treat bad version being derived from VCS as no version being found instead of raising a
ValueError
v3.3
- [#14] Use
importlib.metadata
(or its backfill) instead of the deprecated pkg_resources
- [#15] Only derive the dev version if the VCS root matches the parent directory
v3.2
- [44802e5] Allow passing a
dist_name
argument
v3.1
- [#13] Now derives a version when distribution name and module name mismatch
v3.0
- [#11] Start supporting all VCS tools using dunamai
- [#12] Allow getting versions from tags without a leading
v
v2.2
- [#10] Support having the module below a '/src' dir