Skip to content

Commit ad3f310

Browse files
author
Sylvain MARIE
committed
1.0.2 changelog
1 parent cdb4805 commit ad3f310

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
### 1.0.2 - fixed version strings in case of prerelease tags
4+
5+
- Prerelease version strings such as `1.0.0-rc1` were incorrectly returned as `1.0.0rc1` (without dash) because of an issue with `setuptools_scm` due to `pkg_resources` removing the dash of prerelease versions. Fixes [#10](https://github.com/smarie/python-getversion/issues/10)
6+
37
### 1.0.1 - bugfix
48

59
- Fixed version resolution using `pkg_resources`. Fixed [#9](https://github.com/smarie/python-getversion/issues/9)

0 commit comments

Comments
 (0)