Skip to content

Commit 3aa8aea

Browse files
committed
Release v3.0.2
1 parent 0fe0d30 commit 3aa8aea

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

ReleaseNote.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# ReleaseNote
22

3+
### V3.0.2 (2021.03.05)
4+
- Modify to generate a single oss for multiple license names for npm,maven.
5+
36
### V3.0.1 (2021.02.23)
47
- Change the result report format for pub package manager.
58

unified_script/dependency_unified.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
import logging
2020
import requests
2121

22-
VERSION = "3.0.1"
22+
VERSION = "3.0.2"
2323

2424
# Check the manifest file
2525
manifest_array = [["pip", "requirements.txt"], ["npm", "package.json"], ["maven", "pom.xml"],

0 commit comments

Comments
 (0)