Skip to content

Commit 800ecf6

Browse files
committed
Release 0.13.3
1 parent 855642a commit 800ecf6

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.3] - 2025-12-17
1112
### Changed
1213
- [PR#90](https://github.com/EmbarkStudios/spdx/pull/90) changed this crate to default to `no_std`, unless the `detection` feature is enabled, closing [PR#89](https://github.com/EmbarkStudios/spdx/pull/89). Thanks [@so-rose](https://github.com/so-rose)!
1314
- [PR#91](https://github.com/EmbarkStudios/spdx/pull/91) changed the license terms from `MIT OR Apache2.0` to just `Apache-2.0`, as [PR#84](https://github.com/EmbarkStudios/spdx/pull/84) merged external code that was only licensed under `Apache-2.0`. See [#88](https://github.com/EmbarkStudios/spdx/pull/88) for the original raising of this mismatch.
@@ -228,7 +229,8 @@ a user provided callback
228229
[PR#78]: https://github.com/EmbarkStudios/spdx/pull/78
229230

230231
<!-- next-url -->
231-
[Unreleased]: https://github.com/EmbarkStudios/spdx/compare/0.13.2...HEAD
232+
[Unreleased]: https://github.com/EmbarkStudios/spdx/compare/0.13.3...HEAD
233+
[0.13.3]: https://github.com/EmbarkStudios/spdx/compare/0.13.2...0.13.3
232234
[0.13.2]: https://github.com/EmbarkStudios/spdx/compare/0.13.1...0.13.2
233235
[0.13.1]: https://github.com/EmbarkStudios/spdx/compare/0.13.0...0.13.1
234236
[0.13.0]: https://github.com/EmbarkStudios/spdx/compare/0.12.0...0.13.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.13.2"
3+
version = "0.13.3"
44
authors = [
55
"Embark <opensource@embark-studios.com>",
66
"Jake Shadle <jake.shadle@embark-studios.com>",

0 commit comments

Comments
 (0)