Skip to content

Commit

Permalink
Include LICENSE file in cargo package
Browse files Browse the repository at this point in the history
  • Loading branch information
ia0 committed Nov 7, 2017
1 parent bb1372d commit 2dcb370
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 2 deletions.
4 changes: 4 additions & 0 deletions bin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

### Patch

- Include LICENSE file in cargo package

## 0.2.1

### Minor
Expand Down
2 changes: 1 addition & 1 deletion bin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ categories = ["encoding"]
readme = "README.md"
repository = "https://github.com/ia0/data-encoding"
description = "Swiss Army knife for data-encoding"
include = ["Cargo.toml", "README.md", "src/main.rs"]
include = ["Cargo.toml", "LICENSE", "README.md", "src/main.rs"]

[[bin]]
name = "data-encoding"
Expand Down
1 change: 1 addition & 0 deletions bin/LICENSE
4 changes: 4 additions & 0 deletions lib/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@

- Add `BASE32HEX_NOPAD` and `BASE32_DNSSEC`

### Patch

- Include LICENSE file in cargo package

## 2.0.0

### Minor
Expand Down
2 changes: 1 addition & 1 deletion lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ readme = "README.md"
repository = "https://github.com/ia0/data-encoding"
documentation = "https://docs.rs/data-encoding"
description = "Efficient and customizable data-encoding functions"
include = ["Cargo.toml", "README.md", "src/lib.rs"]
include = ["Cargo.toml", "LICENSE", "README.md", "src/lib.rs"]

[badges]
appveyor = { repository = "ia0/data-encoding" }
Expand Down
1 change: 1 addition & 0 deletions lib/LICENSE

0 comments on commit 2dcb370

Please sign in to comment.