Skip to content

Commit

Permalink
Release 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake-Shadle committed Dec 21, 2021
1 parent 469a649 commit f4c2740
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 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.8.0] - 2021-12-21
### Changed
- [PR#50](https://github.com/EmbarkStudios/spdx/pull/50) changed `ParseMode` to be a struct with several fields to give finer grained control over which parts of expression parsing/evaluation can be relaxed. Thanks [@Turbo87](https://github.com/Turbo87)!

Expand Down Expand Up @@ -120,7 +121,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.7.0...HEAD
[Unreleased]: https://github.com/EmbarkStudios/spdx/compare/0.8.0...HEAD
[0.8.0]: https://github.com/EmbarkStudios/spdx/compare/0.7.0...0.8.0
[0.7.0]: https://github.com/EmbarkStudios/spdx/compare/0.6.2...0.7.0
[0.6.2]: https://github.com/EmbarkStudios/spdx/compare/0.6.1...0.6.2
[0.6.1]: https://github.com/EmbarkStudios/spdx/compare/0.6.0...0.6.1
Expand Down
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.7.0"
version = "0.8.0"
authors = [
"Embark <[email protected]>",
"Jake Shadle <[email protected]>",
Expand Down

0 comments on commit f4c2740

Please sign in to comment.