Skip to content

Commit c2e62cb

Browse files
committed
Release 0.10.3
1 parent 658d151 commit c2e62cb

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

+3-1
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.3] - 2024-01-04
1112
### Changed
1213
- [PR#63](https://github.com/EmbarkStudios/spdx/pull/63) update SPDX license list to 3.22.
1314

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

152153
<!-- next-url -->
153-
[Unreleased]: https://github.com/EmbarkStudios/spdx/compare/0.10.2...HEAD
154+
[Unreleased]: https://github.com/EmbarkStudios/spdx/compare/0.10.3...HEAD
155+
[0.10.3]: https://github.com/EmbarkStudios/spdx/compare/0.10.2...0.10.3
154156
[0.10.2]: https://github.com/EmbarkStudios/spdx/compare/0.10.1...0.10.2
155157
[0.10.1]: https://github.com/EmbarkStudios/spdx/compare/0.10.0...0.10.1
156158
[0.10.0]: https://github.com/EmbarkStudios/spdx/compare/0.9.0...0.10.0

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "spdx"
3-
version = "0.10.2"
3+
version = "0.10.3"
44
authors = [
55
"Embark <[email protected]>",
66
"Jake Shadle <[email protected]>",

0 commit comments

Comments
 (0)