summaryrefslogtreecommitdiffstats
path: root/vendor/spdx-rs/CHANGELOG.md
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-17 12:18:21 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-17 12:18:21 +0000
commit4e8199b572f2035b7749cba276ece3a26630d23e (patch)
treef09feeed6a0fe39d027b1908aa63ea6b35e4b631 /vendor/spdx-rs/CHANGELOG.md
parentAdding upstream version 1.66.0+dfsg1. (diff)
downloadrustc-4e8199b572f2035b7749cba276ece3a26630d23e.tar.xz
rustc-4e8199b572f2035b7749cba276ece3a26630d23e.zip
Adding upstream version 1.67.1+dfsg1.upstream/1.67.1+dfsg1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'vendor/spdx-rs/CHANGELOG.md')
-rw-r--r--vendor/spdx-rs/CHANGELOG.md66
1 files changed, 66 insertions, 0 deletions
diff --git a/vendor/spdx-rs/CHANGELOG.md b/vendor/spdx-rs/CHANGELOG.md
new file mode 100644
index 000000000..556eaedec
--- /dev/null
+++ b/vendor/spdx-rs/CHANGELOG.md
@@ -0,0 +1,66 @@
+<!--
+SPDX-FileCopyrightText: 2021 HH Partners
+
+SPDX-License-Identifier: MIT
+ -->
+
+# Changelog
+
+## [0.5.1](https://github.com/doubleopen-project/spdx-rs/compare/v0.5.0...v0.5.1) (2022-07-05)
+
+
+### Miscellaneous Chores
+
+* release 0.5.1 ([3cda72b](https://github.com/doubleopen-project/spdx-rs/commit/3cda72b8264d3ffd6576f80febdc1d0845ab2650))
+
+## [0.5.0] - 2022-04-13
+
+### Changed
+
+- **Breaking:** Change field `license_information_in_file` of `FileInformation` to be a
+ `Vec<SimpleExpression>` instead of a `Vec<String>`.
+
+## [0.4.1] - 2022-04-12
+
+### Added
+
+- Implement `PartialEq` for SPDX.
+
+## [0.4.0] - 2022-04-12
+
+### Changed
+
+- **Breaking:** Change `SPDXExpression` to use the `spdx-expression` crate. Changes everything
+ around the expression handling.
+
+## [0.3.0] - 2021-10-21
+
+### Changed
+
+- **Breaking:** Refactor snippet byte range and line range.
+
+### Removed
+
+- **Breaking:** Moved the functionality for getting the SPDX License List to a utility crate. See
+ [spdx-toolkit](https://github.com/doubleopen-project/spdx-toolkit).
+- **Breaking:** Moved the functionality for for creating graphs from the relationships to a utility
+ crate. See [spdx-toolkit](https://github.com/doubleopen-project/spdx-toolkit).
+
+## [0.2.1] - 2021-10-14
+
+### Fixed
+
+- Accepts lowercase relationship types when parsing tag-value documents.
+
+## [0.2.0] - 2021-10-13
+
+### Changed
+
+- Started following semantic versioning and keeping a changelog.
+
+[0.5.0]: https://github.com/doubleopen-project/spdx-rs/compare/v0.4.1...v0.5.0
+[0.4.1]: https://github.com/doubleopen-project/spdx-rs/compare/v0.4.0...v0.4.1
+[0.4.0]: https://github.com/doubleopen-project/spdx-rs/compare/v0.3.0...v0.4.0
+[0.3.0]: https://github.com/doubleopen-project/spdx-rs/compare/v0.2.1...v0.3.0
+[0.2.1]: https://github.com/doubleopen-project/spdx-rs/compare/v0.2.0...v0.2.1
+[0.2.0]: https://github.com/doubleopen-project/spdx-rs/compare/v0.1.0...v0.2.0