Skip to content

Commit

Permalink
0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacob Peddicord committed Dec 6, 2019
1 parent 68292ae commit fc99c09
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## Unreleased

Nothing yet!

## [0.4.1] - 2019-12-06

### Fixed

- Removed some extraneous files from the core `askalono` packaged crate.
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.0"
version = "0.4.1"
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.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "askalono-cli"
version = "0.4.0"
version = "0.4.1"
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.0", path = "../" }
askalono = { version = "0.4.1", path = "../" }
clap = "2.32.0"
env_logger = "0.7"
failure = "0.1.5"
Expand Down

0 comments on commit fc99c09

Please sign in to comment.