Skip to content

Commit 6be047a

Browse files
author
github-actions[bot]
committed
Update ChangeLog
1 parent 1d32212 commit 6be047a

File tree

1 file changed

+146
-46
lines changed

1 file changed

+146
-46
lines changed

β€ŽCHANGELOG.md

Lines changed: 146 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -1,81 +1,181 @@
11
# Changelog
22

3+
## v3.7.1 (16/09/2021)
4+
## Changes
5+
## πŸ› Hotfixes
6+
7+
- Print pip-licenses, PTable packages if it already exists @dd-jy (#51)
8+
- Fix the pypi windows venv command error without virtualenv package @dd-jy (#50)
9+
10+
## πŸ”§ Maintenance
11+
12+
- Add gitattributes to exclude test directory for languages @dd-jy (#52)
13+
- Update README.md @k2heart (#49)
314

4-
## v3.7.0 (27/08/2021)
5-
## Changes
6-
## πŸš€ Features
15+
---
716

8-
- Support carthage package manager @dd-jy (#48)
17+
## v3.7.0 (27/08/2021)
18+
## Changes
19+
## πŸš€ Features
20+
21+
- Support carthage package manager @dd-jy (#48)
922

1023
---
1124

1225
## v3.6.1 (25/08/2021)
26+
## Changes
27+
## πŸš€ Features
28+
29+
- Support swift package manager @dd-jy (#45)
30+
31+
## πŸ› Hotfixes
32+
33+
- Fix the gradle license parsing error @dd-jy (#47)
34+
- Fix a bug related release actions @soimkim (#46)
35+
- Fix the maven license result parsing issue @dd-jy (#44)
36+
37+
## πŸ”§ Maintenance
38+
39+
- Fix the gradle license parsing error @dd-jy (#47)
40+
- Set condition to use FOSSLight Util v1.1.0 or later @bjk7119 (#43)
41+
- Merge init_log & init_log_item functiions @bjk7119 (#40)
42+
- Update version in setup.py when released @bjk7119 (#38)
43+
- change the pypi license separator from ';' to ',' @dd-jy (#37)
44+
- Update CONTRIBUTING.md @bjk7119 (#36)
1345

14-
## Changes
15-
- Update publish-release.yml @dd-jy (#2)
46+
---
1647

17-
- Support swift package manager @dd-jy (#45)
48+
## v3.5.0 (14/07/2021)
49+
## Changes
50+
## πŸ› Hotfixes
51+
52+
- Fix the android scanning issues @dd-jy (#35)
53+
54+
## πŸ”§ Maintenance
55+
56+
- Fix the android scanning issues @dd-jy (#35)
57+
- Move user-guide link to FOSSLight guide & @dd-jy (#34)
58+
- Add tox test for windows and MacOS @bjk7119 (#34)
59+
- Add tox test for each package manger in Ubuntu environment @bjk7119 (#31)
1860

19-
## πŸ› Hotfixes
61+
---
2062

21-
- Fix the gradle license parsing error @dd-jy (#47)
22-
- Fix a bug related release actions @soimkim (#46)
23-
- Fix the maven license result parsing issue @dd-jy (#44)
63+
## v3.4.0 (02/07/2021)
64+
## Changes
65+
## πŸ› Hotfixes
66+
67+
- Fix the windows executable file issue @dd-jy (#30)
2468

25-
## πŸ”§ Maintenance
69+
---
2670

27-
- Fix the gradle license parsing error @dd-jy (#47)
28-
- Set condition to use FOSSLight Util v1.1.0 or later @bjk7119 (#43)
29-
- Merge init_log & init_log_item functiions @bjk7119 (#40)
30-
- Update version in setup.py when released @bjk7119 (#38)
31-
- change the pypi license separator from ';' to ',' @dd-jy (#37)
32-
- Update CONTRIBUTING.md @bjk7119 (#36)
71+
## v3.3.0 (24/06/2021)
72+
## Changes
73+
## πŸ› Hotfixes
74+
75+
- Fix the pub parsing error @dd-jy (#29)
3376

3477
---
3578

36-
## v3.5.0 (14/07/2021)
37-
## Changes
38-
## πŸ› Hotfixes
39-
40-
- Fix the android scanning issues @dd-jy (#35)
79+
## v3.2.1 (24/06/2021)
80+
## πŸ”§ Maintenance
81+
82+
- Update PR action commands @soimkim (#28)
83+
- Update nomos standalone binary and source @dd-jy (#27)
84+
- Update nomos standalone binary @dd-jy (#25)
85+
- Update reuse related files @soimkim (#24)
86+
- Change name to FOSSLight Dependency Scanner @dd-jy (#23)
4187

42-
## πŸ”§ Maintenance
88+
---
4389

44-
- Fix the android scanning issues @dd-jy (#35)
45-
- Move user-guide link to FOSSLight guide & @dd-jy (#34)
46-
- Add tox test for windows and MacOS @bjk7119 (#34)
47-
- Add tox test for each package manger in Ubuntu environment @bjk7119 (#31)
90+
## v3.2.0 (11/06/2021)
91+
## Changes
92+
## πŸš€ Features
93+
94+
- add android dependency scanning @dd-jy (#21)
95+
96+
## πŸ”§ Maintenance
97+
98+
- change user guide @dd-jy (#22)
4899

49100
---
50101

51-
## v3.4.0 (02/07/2021)
52-
## Changes
53-
## πŸ› Hotfixes
102+
## v3.1.0 (10/06/2021)
103+
## Changes
104+
## πŸ› Hotfixes
105+
106+
- fix the executable file import error @dd-jy (#20)
107+
108+
## πŸ”§ Maintenance
109+
110+
- Add files for reuse compliance. @soimkim (#19)
111+
- Update only CHANGELOG.md when releasing @soimkim (#18)
112+
- Apply Tox Configuration & Change help message @bjk7119 (#17)
113+
114+
---
54115

55-
- Fix the windows executable file issue @dd-jy (#30)
116+
## v3.0.7 (17/05/2021)
117+
## Changes
118+
## πŸ”§ Maintenance
119+
120+
- Refactoring code and use fosslight_util @dd-jy (#15)
121+
- Update user-guide.md @dd-jy (#14)
122+
- Update contributing guide about DCO @dd-jy (#13)
123+
- Update the pypi description to README.md @dd-jy (#12)
124+
- Add 'cocoapods:' to oss name for cocoapods package @dd-jy (#11)
125+
- Change oss name for cocoapods package manager @dd-jy (#10)
126+
- Create CODE_OF_CONDUCT.md @dd-jy (#9)
127+
- Add CONTRIBUTING.md @dd-jy (#8)
56128

57129
---
58130

59-
## v3.3.0 (24/06/2021)
60-
## Changes
61-
## πŸ› Hotfixes
131+
## v3.0.6 (25/03/2021)
132+
## Changes
133+
## πŸ› Hotfixes
134+
135+
- Fix the cocoapods error @dd-jy (#7)
136+
137+
## πŸ”§ Maintenance
138+
139+
- Update changelog @dd-jy (#6)
140+
- Update github workflows @dd-jy (#5)
141+
---
62142

63-
- Fix the pub parsing error @dd-jy (#29)
143+
## v3.0.5 (19/03/2021)
144+
## Changes
145+
## πŸš€ Features
146+
- Support cocoapods package manager
147+
64148

65149
---
66150

67-
## v3.2.1 (24/06/2021)
151+
## v3.0.4 (13/03/2021)
152+
## Changes
153+
## πŸ”§ Maintenance
154+
- Add license file to wheel
155+
---
68156

69-
## πŸ”§ Maintenance
157+
## v3.0.3 (12/03/2021)
158+
## Changes
159+
## πŸ”§ Maintenance
160+
- Modify to include binaries that analyze license text.
161+
---
70162

71-
- Update LICENSE @dd-jy (#7)
72-
- Update CONTRIBUTING.md @dd-jy (#6)
73-
- Update README.md @dd-jy (#5)
74-
- Update publish-release.yml @dd-jy (#4)
75-
- Update LICENSE @dd-jy (#3)
163+
## v3.0.2 (05/03/2021)
164+
## Changes
165+
## πŸ› Hotfixes
166+
- Fix to generate a single oss for multiple license names for npm, maven
167+
---
76168

169+
## v3.0.1 (26/02/2021)
170+
## Changes
171+
## πŸš€ Features
172+
- Add prefix 'pub:' to oss name in result file for pub package manager
173+
## πŸ”§ Maintenance
174+
- Update 3rd party License text
175+
- Update documents (README, user-guide)
77176
---
78177

79-
## v3.6.1 (25/08/2021)
80-
## Changes
81-
- Develop @dd-jy (#1)
178+
## v3.0.0 (27/01/2021)
179+
## Changes
180+
## πŸš€ Features
181+
- FOSSLight dependency initial release

0 commit comments

Comments
Β (0)