Skip to content

Commit

Permalink
Release 0.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
jpeddicord committed Jun 17, 2022
1 parent c3b95f6 commit 177b163
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 8 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.6] - 2022-06-16

## Changed

- Updated SPDX dataset

## Fixed

- Fix silent failures in file I/O when using the CLI

## [0.4.5] - 2022-04-09

## 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.5"
version = "0.4.6"
edition = "2018"
description = "a library to detect the contents of license files"
license = "Apache-2.0"
Expand Down
4 changes: 2 additions & 2 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.5"
version = "0.4.6"
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.5", path = "../" }
askalono = { version = "0.4.6", 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.5", path = "../" }
askalono = { version = "0.4.6", path = "../" }

[[bin]]
name = "askalono"
Expand Down
2 changes: 1 addition & 1 deletion extras/wasm/Cargo.lock

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

1 change: 0 additions & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ init:
all toolchain="" +cmds="": init
cargo {{toolchain}} {{cmds}}
cd cli && cargo {{toolchain}} {{cmds}}
cd extras/lambda && cargo {{toolchain}} {{cmds}}
cd extras/wasm && cargo {{toolchain}} {{cmds}}

lint toolchain="":
Expand Down

0 comments on commit 177b163

Please sign in to comment.