0.5.2 (2022-12-01)
- disable default features of chrono to avoid security vuln (370c25c)
- remove needless lifetimes (151a7c7)
- replace deprecated chrono usage (dc29e99)
0.5.1 (2022-07-05)
- release 0.5.1 (3cda72b)
0.5.0 - 2022-04-13
- Breaking: Change field
license_information_in_file
ofFileInformation
to be aVec<SimpleExpression>
instead of aVec<String>
.
0.4.1 - 2022-04-12
- Implement
PartialEq
for SPDX.
0.4.0 - 2022-04-12
- Breaking: Change
SPDXExpression
to use thespdx-expression
crate. Changes everything around the expression handling.
0.3.0 - 2021-10-21
- Breaking: Refactor snippet byte range and line range.
- Breaking: Moved the functionality for getting the SPDX License List to a utility crate. See spdx-toolkit.
- Breaking: Moved the functionality for for creating graphs from the relationships to a utility crate. See spdx-toolkit.
0.2.1 - 2021-10-14
- Accepts lowercase relationship types when parsing tag-value documents.
0.2.0 - 2021-10-13
- Started following semantic versioning and keeping a changelog.