Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake-Shadle committed Oct 4, 2021
1 parent 3b4f753 commit 4918e2b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

<!-- next-header -->
## [Unreleased] - ReleaseDate
### Added
- [PR#41](https://github.com/EmbarkStudios/spdx/pull/41) added a `NOASSERTION` license. Hopefully this will become part of [spec](https://github.com/spdx/spdx-spec/issues/50) in the future.

## [0.6.0] - 2021-08-16
### Changed
- [PR#40](https://github.com/EmbarkStudios/spdx/pull/40) updated the SPDX license list from `3.11` => `3.14`.
Expand Down
14 changes: 6 additions & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
[package]
name = "spdx"
version = "0.6.0"
authors = ["Embark <[email protected]>", "Jake Shadle <[email protected]>"]
authors = [
"Embark <[email protected]>",
"Jake Shadle <[email protected]>",
]
description = "Helper crate for SDPX expressions"
edition = "2018"
homepage = "https://github.com/EmbarkStudios/spdx"
Expand All @@ -11,16 +14,11 @@ keywords = ["spdx", "license"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/EmbarkStudios/spdx"

include = [
"Cargo.toml",
"LICENSE-APACHE",
"LICENSE-MIT",
"src/**/*",
]
include = ["Cargo.toml", "LICENSE-APACHE", "LICENSE-MIT", "src/**/*"]

[dependencies]
# In most cases expressions are quite small so we can avoid heap allocations
smallvec = "1.6"
smallvec = "1.7"

[dev-dependencies]
# Used to print colored diffs in case of test failures
Expand Down

0 comments on commit 4918e2b

Please sign in to comment.