Skip to content

Releases: flying-sheep/get_version

v3.5.5

05 Oct 08:34
c654cec
Compare
Choose a tag to compare
  • [#30 ] Fix dunamai 1.19 compatibility

v3.5.4

07 Feb 10:27
Compare
Choose a tag to compare
  • [#17] fix dependencies
  • [a3bcbe1] Catch OSError in find_vcs_root

v3.5.2

07 Feb 10:26
Compare
Choose a tag to compare

v3.5.1

07 Feb 10:25
99a9bd3
Compare
Choose a tag to compare
  • [#16] Add typing

v3.5

13 Jul 14:30
Compare
Choose a tag to compare
  • [5922cc9] Treat bad version being derived from VCS as no version being found instead of raising a ValueError

v3.3

13 Jul 10:56
d0acbc2
Compare
Choose a tag to compare
  • [#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

13 Jul 09:38
Compare
Choose a tag to compare
  • [44802e5] Allow passing a dist_name argument

v3.1

13 Jul 09:37
f58f189
Compare
Choose a tag to compare
  • [#13] Now derives a version when distribution name and module name mismatch

v3.0

01 Jun 13:00
f59a425
Compare
Choose a tag to compare
  • [#11] Start supporting all VCS tools using dunamai
  • [#12] Allow getting versions from tags without a leading v

v2.2

01 Jun 12:58
6b42ca3
Compare
Choose a tag to compare
  • [#10] Support having the module below a '/src' dir