Skip to content

Commit 878ed2a

Browse files
committed
Release 0.9.0
1 parent 4001e1b commit 878ed2a

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.9.0] - 2022-08-25
1112
### Changed
1213
- [PR#55](https://github.com/EmbarkStudios/spdx/pull/55) updated the SPDX license list from `3.14` => `3.18`.
1314

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

130131
<!-- next-url -->
131-
[Unreleased]: https://github.com/EmbarkStudios/spdx/compare/0.8.1...HEAD
132+
[Unreleased]: https://github.com/EmbarkStudios/spdx/compare/0.9.0...HEAD
133+
[0.9.0]: https://github.com/EmbarkStudios/spdx/compare/0.8.1...0.9.0
132134
[0.8.1]: https://github.com/EmbarkStudios/spdx/compare/0.8.0...0.8.1
133135
[0.8.0]: https://github.com/EmbarkStudios/spdx/compare/0.7.0...0.8.0
134136
[0.7.0]: https://github.com/EmbarkStudios/spdx/compare/0.6.2...0.7.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.8.1"
3+
version = "0.9.0"
44
authors = [
55
"Embark <[email protected]>",
66
"Jake Shadle <[email protected]>",

0 commit comments

Comments
 (0)