Skip to content

Commit 547cb66

Browse files
committed
Release 0.13.0
1 parent 25a494f commit 547cb66

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88

99
<!-- next-header -->
1010
## [Unreleased] - ReleaseDate
11+
## [0.13.0] - 2025-12-02
1112
### Added
1213
- [PR#84](https://github.com/EmbarkStudios/spdx/pull/84) resolved [#67](https://github.com/EmbarkStudios/spdx/issues/67) by inlining the `askalono` crate to allow detection of license texts or headers from arbitrary text data. There are multiple features flags associated with this new feature.
1314
- [PR#85](https://github.com/EmbarkStudios/spdx/pull/85) resolved [#82](https://github.com/EmbarkStudios/spdx/issues/82) by optionally allowing the parsing of unknown identifiers via `ParseMode::allow_unknown`. Unknown identifiers are either treated as `LicenseRef-<unknown identifier>` or `AdditionRef-<unknown identifier>` depending on their position. Unknown identifiers on positions that are invalid for either licenses or exceptions are still considered parse errors.
@@ -215,7 +216,8 @@ a user provided callback
215216
[PR#78]: https://github.com/EmbarkStudios/spdx/pull/78
216217

217218
<!-- next-url -->
218-
[Unreleased]: https://github.com/EmbarkStudios/spdx/compare/0.12.0...HEAD
219+
[Unreleased]: https://github.com/EmbarkStudios/spdx/compare/0.13.0...HEAD
220+
[0.13.0]: https://github.com/EmbarkStudios/spdx/compare/0.12.0...0.13.0
219221
[0.12.0]: https://github.com/EmbarkStudios/spdx/compare/0.11.1...0.12.0
220222
[0.11.1]: https://github.com/EmbarkStudios/spdx/compare/0.11.0...0.11.1
221223
[0.11.0]: https://github.com/EmbarkStudios/spdx/compare/0.10.9...0.11.0

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "spdx"
3-
version = "0.12.0"
3+
version = "0.13.0"
44
authors = [
55
"Embark <[email protected]>",
66
"Jake Shadle <[email protected]>",

0 commit comments

Comments
 (0)