Skip to content

Commit

Permalink
Release 0.10.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake-Shadle committed May 31, 2024
1 parent c7bdae8 commit 6210b6d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

<!-- next-header -->
## [Unreleased] - ReleaseDate
## [0.10.6] - 2024-05-31
## [0.10.5] - 2024-05-31
### Changed
- [PR#70](https://github.com/EmbarkStudios/spdx/pull/70) update SPDX license list to 3.24.0.
Expand Down Expand Up @@ -159,7 +160,8 @@ a user provided callback
- Initial add of spdx crate, based primarily on [`license-exprs`](https://github.com/rust-lang-nursery/license-exprs)

<!-- next-url -->
[Unreleased]: https://github.com/EmbarkStudios/spdx/compare/0.10.5...HEAD
[Unreleased]: https://github.com/EmbarkStudios/spdx/compare/0.10.6...HEAD
[0.10.6]: https://github.com/EmbarkStudios/spdx/compare/0.10.5...0.10.6
[0.10.5]: https://github.com/EmbarkStudios/spdx/compare/0.10.4...0.10.5
[0.10.4]: https://github.com/EmbarkStudios/spdx/compare/0.10.3...0.10.4
[0.10.3]: https://github.com/EmbarkStudios/spdx/compare/0.10.2...0.10.3
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "spdx"
version = "0.10.5"
version = "0.10.6"
authors = [
"Embark <[email protected]>",
"Jake Shadle <[email protected]>",
Expand Down

0 comments on commit 6210b6d

Please sign in to comment.