Skip to content

Commit

Permalink
Merge branch 'release-0.4.4'
Browse files Browse the repository at this point in the history
  • Loading branch information
jpeddicord committed Nov 21, 2021
2 parents f4fe9c4 + aaddad9 commit 35a8862
Show file tree
Hide file tree
Showing 9 changed files with 21 additions and 34 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,19 +22,6 @@ jobs:
steps:
- uses: actions/checkout@v2

### Cache

- name: Cache cargo
uses: actions/cache@v1
with:
path: ~/.cargo
key: ${{ runner.os }}-cargo-registry-${{ hashFiles('**/Cargo.lock') }}
- name: Cache target
uses: actions/cache@v1
with:
path: target
key: ${{ runner.os }}-cargo-build-target-${{ hashFiles('**/Cargo.lock') }}

### Submodule hackery

- name: Initialize submodules
Expand Down
13 changes: 0 additions & 13 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,19 +25,6 @@ jobs:
steps:
- uses: actions/checkout@v2

### Cache

- name: Cache cargo
uses: actions/cache@v1
with:
path: ~/.cargo
key: ${{ runner.os }}-cargo-registry-${{ hashFiles('**/Cargo.lock') }}
- name: Cache target
uses: actions/cache@v1
with:
path: target
key: ${{ runner.os }}-cargo-build-target-${{ hashFiles('**/Cargo.lock') }}

### Submodule hackery

- name: Initialize submodules
Expand Down
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,19 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## Unreleased

## [0.4.4] - 2021-11-21

### Changed

- Updated SPDX dataset
- Tons of code cleanup; thanks [@hdhoang]
- `zstd` update to 0.8; thanks [@decathorpe]
- Replace `failure` with `anyhow`; thanks [@hdhoang]

[0.4.4]: https://github.com/jpeddicord/askalono/releases/tag/0.4.4
[@hdhoang]: https://github.com/hdhoang
[@decathorpe]: https://github.com/decathorpe

## [0.4.3] - 2020-09-23

### Added
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.3"
version = "0.4.4"
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.

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.3"
version = "0.4.4"
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.3", path = "../" }
askalono = { version = "0.4.4", path = "../" }
clap = "2.32.0"
env_logger = "0.7"
anyhow = "1.0.44"
Expand Down
2 changes: 1 addition & 1 deletion datasets/modules/spdx-license-list-data
2 changes: 1 addition & 1 deletion extras/lambda/Cargo.lock

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

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.

0 comments on commit 35a8862

Please sign in to comment.