File tree 3 files changed +7
-3
lines changed
3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
6
6
7
7
## Unreleased
8
8
9
+ Nothing yet!
10
+
11
+ ## [ 0.4.1] - 2019-12-06
12
+
9
13
### Fixed
10
14
11
15
- Removed some extraneous files from the core ` askalono ` packaged crate.
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " askalono"
3
- version = " 0.4.0 "
3
+ version = " 0.4.1 "
4
4
edition = " 2018"
5
5
description = " a library to detect the contents of license files"
6
6
license = " Apache-2.0"
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " askalono-cli"
3
- version = " 0.4.0 "
3
+ version = " 0.4.1 "
4
4
edition = " 2018"
5
5
description = " a tool to detect the contents of license files"
6
6
license = " Apache-2.0"
@@ -18,7 +18,7 @@ include = [
18
18
]
19
19
20
20
[dependencies ]
21
- askalono = { version = " 0.4.0 " , path = " ../" }
21
+ askalono = { version = " 0.4.1 " , path = " ../" }
22
22
clap = " 2.32.0"
23
23
env_logger = " 0.7"
24
24
failure = " 0.1.5"
You can’t perform that action at this time.
0 commit comments