Skip to content

Commit 54e2cc5

Browse files
committed
Release 0.5.0
1 parent 81a70dd commit 54e2cc5

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
@@ -6,6 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
<!-- next-header -->
88
## [Unreleased] - ReleaseDate
9+
## [0.5.0] - 2021-07-20
910
### Changed
1011
- [PR#38](https://github.com/EmbarkStudios/spdx/pull/38) fixed various clippy lints which also bumps the MSRV to [1.53.0](https://blog.rust-lang.org/2021/06/17/Rust-1.53.0.html). Previously, PR#37 had bumped the MSRV to 1.52 so now this crate will check the MSRV so changes are intentional.
1112
- [PR#38](https://github.com/EmbarkStudios/spdx/pull/38) replaced the unmaintained `difference` crate with `similar-asserts`.
@@ -90,7 +91,8 @@ a user provided callback
9091
- Initial add of spdx crate, based primarly on [`license-exprs`](https://github.com/rust-lang-nursery/license-exprs)
9192

9293
<!-- next-url -->
93-
[Unreleased]: https://github.com/EmbarkStudios/spdx/compare/0.4.1...HEAD
94+
[Unreleased]: https://github.com/EmbarkStudios/spdx/compare/0.5.0...HEAD
95+
[0.5.0]: https://github.com/EmbarkStudios/spdx/compare/0.4.1...0.5.0
9496
[0.4.1]: https://github.com/EmbarkStudios/spdx/compare/0.4.0...0.4.1
9597
[0.4.0]: https://github.com/EmbarkStudios/spdx/compare/0.3.6...0.4.0
9698
[0.3.6]: https://github.com/EmbarkStudios/spdx/compare/0.3.5...0.3.6

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "spdx"
3-
version = "0.4.1"
3+
version = "0.5.0"
44
authors = ["Embark <[email protected]>", "Jake Shadle <[email protected]>"]
55
description = "Helper crate for SDPX expressions"
66
edition = "2018"

0 commit comments

Comments
 (0)