Skip to content

Commit

Permalink
Bump to 0.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jpeddicord committed Apr 9, 2022
1 parent f3aa8a1 commit b5be848
Show file tree
Hide file tree
Showing 7 changed files with 37 additions and 27 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## Unreleased

## [0.4.5] - 2022-04-09

## Changed

- Updated SPDX dataset
- Bumped `zstd` up to 0.11; thanks [@mellowagain]

[0.4.5]: https://github.com/jpeddicord/askalono/releases/tag/0.4.4
[@mellowagain]: https://github.com/mellowagain

## [0.4.4] - 2021-11-21

### Changed
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 = "askalono"
version = "0.4.4"
version = "0.4.5"
edition = "2018"
description = "a library to detect the contents of license files"
license = "Apache-2.0"
Expand Down
16 changes: 8 additions & 8 deletions cli/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "askalono-cli"
version = "0.4.4"
version = "0.4.5"
edition = "2018"
description = "a tool to detect the contents of license files"
license = "Apache-2.0"
Expand All @@ -18,7 +18,7 @@ include = [
]

[dependencies]
askalono = { version = "0.4.4", path = "../" }
askalono = { version = "0.4.5", path = "../" }
clap = "2.32.0"
env_logger = "0.7"
anyhow = "1.0.44"
Expand All @@ -33,7 +33,7 @@ structopt = "0.2.15"
difference = { version = "2.0.0", optional = true }

[build-dependencies]
askalono = { version = "0.4.2", path = "../" }
askalono = { version = "0.4.5", path = "../" }

[[bin]]
name = "askalono"
Expand Down
2 changes: 1 addition & 1 deletion datasets/modules/spdx-license-list-data
14 changes: 7 additions & 7 deletions extras/lambda/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions extras/wasm/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b5be848

Please sign in to comment.