Skip to content

Commit 69ab414

Browse files
committed
Release 0.6.2
1 parent def69c2 commit 69ab414

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.6.2] - 2021-10-21
910
### Fixed
1011
- [PR#44](https://github.com/EmbarkStudios/spdx/pull/44) fixed the `Display` for various GNU licenses, since they are "special" and diverge from the SPDX spec for reasons. Thanks [@mmurto](https://github.com/mmurto)!
1112

@@ -109,7 +110,8 @@ a user provided callback
109110
- Initial add of spdx crate, based primarly on [`license-exprs`](https://github.com/rust-lang-nursery/license-exprs)
110111

111112
<!-- next-url -->
112-
[Unreleased]: https://github.com/EmbarkStudios/spdx/compare/0.6.1...HEAD
113+
[Unreleased]: https://github.com/EmbarkStudios/spdx/compare/0.6.2...HEAD
114+
[0.6.2]: https://github.com/EmbarkStudios/spdx/compare/0.6.1...0.6.2
113115
[0.6.1]: https://github.com/EmbarkStudios/spdx/compare/0.6.0...0.6.1
114116
[0.6.0]: https://github.com/EmbarkStudios/spdx/compare/0.5.0...0.6.0
115117
[0.5.0]: https://github.com/EmbarkStudios/spdx/compare/0.4.1...0.5.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.6.1"
3+
version = "0.6.2"
44
authors = [
55
"Embark <[email protected]>",
66
"Jake Shadle <[email protected]>",

0 commit comments

Comments
 (0)