Skip to content

Commit fc99c09

Browse files
author
Jacob Peddicord
committed
0.4.1
1 parent 68292ae commit fc99c09

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
66

77
## Unreleased
88

9+
Nothing yet!
10+
11+
## [0.4.1] - 2019-12-06
12+
913
### Fixed
1014

1115
- Removed some extraneous files from the core `askalono` packaged crate.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "askalono"
3-
version = "0.4.0"
3+
version = "0.4.1"
44
edition = "2018"
55
description = "a library to detect the contents of license files"
66
license = "Apache-2.0"

cli/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "askalono-cli"
3-
version = "0.4.0"
3+
version = "0.4.1"
44
edition = "2018"
55
description = "a tool to detect the contents of license files"
66
license = "Apache-2.0"
@@ -18,7 +18,7 @@ include = [
1818
]
1919

2020
[dependencies]
21-
askalono = { version = "0.4.0", path = "../" }
21+
askalono = { version = "0.4.1", path = "../" }
2222
clap = "2.32.0"
2323
env_logger = "0.7"
2424
failure = "0.1.5"

0 commit comments

Comments
 (0)