Releases: EmbarkStudios/spdx
Releases Β· EmbarkStudios/spdx
0.10.7
Changed
- PR#72 update SPDX license list to 3.25.0.
0.10.6
Changed
- PR#70 update SPDX license list to 3.24.0.
0.10.4
Changed
- PR#65 update SPDX license list to 3.23.
Release 0.10.3
Changed
- PR#63 update SPDX license list to 3.22.
Added
- PR#64 resolved #64 by adding
Expression::canonicalize
which fixes otherwise valid expressions into a form parsable with ParseMode::STRICT
Release 0.10.2
Changed
- PR#61 updated the SPDX license list from
3.20
=> 3.21
.
Fixed
Release 0.10.1
Changed
- PR#59 updated the SPDX license list from
3.19
=> 3.20
.
Release 0.10.0
Changed
- PR#57 updated the SPDX license list from
3.18
=> 3.19
.
Release 0.9.0
Changed
- PR#55 updated the SPDX license list from
3.14
=> 3.18
.
Release 0.8.1
Changed
- PR#51 updates the crates.io metadata for the crate.
Release 0.8.0
Changed
- PR#50 changed
ParseMode
to be a struct with several fields to give finer grained control over which parts of expression parsing/evaluation can be relaxed. Thanks @Turbo87!