Skip to content

Commit 438e4ea

Browse files
authored
Draft 0.4.0 (#124)
1 parent 501a28d commit 438e4ea

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGES.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
## 0.4.0
2+
- Reorganize GHA by header and dependency. (#123)
3+
- Add rust cargo support for dep command. (#121)
4+
- Support license expression in dep check. (#120)
5+
- Prune npm packages before listing all dependencies (#119)
6+
- Add support for multiple licenses in the header config section (#118)
7+
- Add `excludes` to `license resolve` config (#117)
8+
- maven: set `group:artifact` as dependency name and extend functions in summary template (#116)
9+
- Stablize summary context to perform consistant output (#115)
10+
- Add custom license urls for identification (#114)
11+
- Lazy initialize GitHub client for comment (#111)
12+
- Make license identifying threshold configurable (#110)
13+
- Use Google's licensecheck to identify licenses (#107)
14+
- dep: short circuit if user declare dep license (#108)
15+
116
## 0.3.0
217

318
- Dependency License

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ inputs:
4343
default: check
4444
runs:
4545
using: docker
46-
image: ../Dockerfile
46+
image: Dockerfile
4747
env:
4848
GITHUB_TOKEN: ${{ inputs.token }}
4949
args:

0 commit comments

Comments
 (0)