Skip to content

Commit 97c3a75

Browse files
authored
Merge branch 'main' into develop
2 parents 8d9100f + 1ef6608 commit 97c3a75

File tree

3 files changed

+18
-20
lines changed

3 files changed

+18
-20
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
commit = True
33
tag = False
44
message = Bump version: {current_version} → {new_version}
5-
current_version = 1.7.22
5+
current_version = 1.7.24
66

77
[bumpversion:file:setup.py]
88
search = '{current_version}'

CHANGELOG.md

Lines changed: 16 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## v1.7.24 (26/04/2024)
4+
## Changes
5+
## 🚀 Features
6+
7+
- Add detection summary message (cover sheet) @dd-jy (#89)
8+
9+
---
10+
11+
## v1.7.23 (12/03/2024)
12+
## Changes
13+
## 🔧 Maintenance
14+
15+
- Remove FL Prechecker mode @bjk7119 (#88)
16+
17+
---
18+
319
## v1.7.22 (29/01/2024)
420
## Changes
521
## 🚀 Features
@@ -272,21 +288,3 @@
272288

273289
- Print download location when analyzing as link @soimkim (#28)
274290
- Extract the OSS name from the link @soimkim (#27)
275-
276-
---
277-
278-
## v1.6.10 (11/03/2022)
279-
## Changes
280-
## 🔧 Maintenance
281-
282-
- Apply f-string format @bjk7119 (#26)
283-
284-
---
285-
286-
## v1.6.9 (28/02/2022)
287-
## Changes
288-
## 🔧 Maintenance
289-
290-
- Change the result generation method to merging @soimkim (#25)
291-
- Add an inputable value to mode @soimkim (#24)
292-
- Update the README with additional Scanners @soimkim (#23)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
if __name__ == "__main__":
1616
setup(
1717
name='fosslight_scanner',
18-
version='1.7.22',
18+
version='1.7.24',
1919
package_dir={"": "src"},
2020
packages=find_packages(where='src'),
2121
description='FOSSLight Scanner',

0 commit comments

Comments
 (0)