Skip to content

Commit 9f95309

Browse files
committed
Release 0.10.4
1 parent b700db2 commit 9f95309

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
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.4] - 2024-02-26
1112
### Changed
1213
- [PR#65](https://github.com/EmbarkStudios/spdx/pull/65) update SPDX license list to 3.23.
1314

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

156157
<!-- next-url -->
157-
[Unreleased]: https://github.com/EmbarkStudios/spdx/compare/0.10.3...HEAD
158+
[Unreleased]: https://github.com/EmbarkStudios/spdx/compare/0.10.4...HEAD
159+
[0.10.4]: https://github.com/EmbarkStudios/spdx/compare/0.10.3...0.10.4
158160
[0.10.3]: https://github.com/EmbarkStudios/spdx/compare/0.10.2...0.10.3
159161
[0.10.2]: https://github.com/EmbarkStudios/spdx/compare/0.10.1...0.10.2
160162
[0.10.1]: https://github.com/EmbarkStudios/spdx/compare/0.10.0...0.10.1

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

0 commit comments

Comments
 (0)