Skip to content

Commit a20a5b3

Browse files
committed
Release 0.10.7
1 parent 81c0f74 commit a20a5b3

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.10.7] - 2024-11-15
1112
### Changed
1213
- [PR#72](https://github.com/EmbarkStudios/spdx/pull/72) update SPDX license list to 3.25.0.
1314

@@ -162,7 +163,8 @@ a user provided callback
162163
- Initial add of spdx crate, based primarily on [`license-exprs`](https://github.com/rust-lang-nursery/license-exprs)
163164

164165
<!-- next-url -->
165-
[Unreleased]: https://github.com/EmbarkStudios/spdx/compare/0.10.6...HEAD
166+
[Unreleased]: https://github.com/EmbarkStudios/spdx/compare/0.10.7...HEAD
167+
[0.10.7]: https://github.com/EmbarkStudios/spdx/compare/0.10.6...0.10.7
166168
[0.10.6]: https://github.com/EmbarkStudios/spdx/compare/0.10.5...0.10.6
167169
[0.10.4]: https://github.com/EmbarkStudios/spdx/compare/0.10.3...0.10.4
168170
[0.10.3]: https://github.com/EmbarkStudios/spdx/compare/0.10.2...0.10.3

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.10.6"
3+
version = "0.10.7"
44
authors = [
55
"Embark <[email protected]>",
66
"Jake Shadle <[email protected]>",

0 commit comments

Comments
 (0)