Skip to content

Commit 9804cc9

Browse files
Releasing version 1.0.2
1 parent 215aa67 commit 9804cc9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
All notable changes to the project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org).
44

5+
## [1.0.2] - 2021-01-20
6+
### Fixed:
7+
- Valid semantic version strings were being rejected by the parser if they contained a zero digit in any position _after_ the first character of a numeric version component. For instance, "0.1.2" and "1.2.3" were accepted, and "01.2.3" was correctly rejected (leading zeroes for nonzero values are not allowed), but "10.2.3" was incorrectly rejected.
8+
59
## [1.0.1] - 2020-09-18
610
### Fixed:
711
- Removed some unwanted package dependencies.

0 commit comments

Comments
 (0)