Skip to content

Commit

Permalink
0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacob Peddicord committed Jan 14, 2020
1 parent 0550415 commit 7f4236d
Show file tree
Hide file tree
Showing 6 changed files with 34 additions and 17 deletions.
29 changes: 23 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,26 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

Nothing yet!

## [0.4.2] - 2020-01-14

### Changed

- Performance improvements in text pre-processing ([#48], thanks [@AnthonyMikh])
- Updated SPDX dataset

[0.4.2]: https://github.com/amzn/askalono/releases/tag/0.4.2
[#48]: https://github.com/amzn/askalono/pull/48
[@AnthonyMikh]: https://github.com/AnthonyMikh

## [0.4.1] - 2019-12-06

### Fixed

- Removed some extraneous files from the core `askalono` packaged crate.
- Include LICENSE, NOTICE, and README.md in `askalono-cli` crate.

[0.4.1]: https://github.com/amzn/askalono/releases/tag/0.4.1

## [0.4.0] - 2019-11-06

### Added
Expand All @@ -33,8 +46,12 @@ Nothing yet!

### Fixed

- The `lcs_removal` preprocessor has been fixed to be less aggressive on certain repeated statements (#42).
- Fixed CLI help text strings (#34)
- The `lcs_removal` preprocessor has been fixed to be less aggressive on certain repeated statements ([#42]).
- Fixed CLI help text strings ([#34])

[0.4.0]: https://github.com/amzn/askalono/releases/tag/0.4.0
[#42]: https://github.com/amzn/askalono/issues/42
[#34]: https://github.com/amzn/askalono/issues/34

## [0.3.0] - 2018-09-27

Expand All @@ -61,6 +78,8 @@ Nothing yet!

- `optimize_bounds` now respects existing line views/windows on TextData structs.

[0.3.0]: https://github.com/amzn/askalono/releases/tag/0.3.0

## [0.2.0] - 2018-05-13

### Added
Expand All @@ -86,15 +105,13 @@ Nothing yet!

- Resolved a potential panic for short/empty license files (a divide-by-zero was involved).

[0.2.0]: https://github.com/amzn/askalono/releases/tag/0.2.0

## [0.1.0] - 2018-01-31

- Initial release
- Non-existent documentation
- Bad tests
- It's fast, though


[0.4.0]: https://github.com/amzn/askalono/releases/tag/0.4.0
[0.3.0]: https://github.com/amzn/askalono/releases/tag/0.3.0
[0.2.0]: https://github.com/amzn/askalono/releases/tag/0.2.0
[0.1.0]: https://github.com/amzn/askalono/releases/tag/0.1.0
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.1"
version = "0.4.2"
edition = "2018"
description = "a library to detect the contents of license files"
license = "Apache-2.0"
Expand Down
6 changes: 3 additions & 3 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.1"
version = "0.4.2"
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.1", path = "../" }
askalono = { version = "0.4.2", path = "../" }
clap = "2.32.0"
env_logger = "0.7"
failure = "0.1.5"
Expand All @@ -33,7 +33,7 @@ structopt = "0.2.15"
difference = { version = "2.0.0", optional = true }

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

[[bin]]
name = "askalono"
Expand Down
4 changes: 2 additions & 2 deletions extras/lambda/Cargo.lock

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

4 changes: 2 additions & 2 deletions extras/wasm/pkg/Cargo.lock

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

0 comments on commit 7f4236d

Please sign in to comment.