File tree Expand file tree Collapse file tree 3 files changed +18
-20
lines changed Expand file tree Collapse file tree 3 files changed +18
-20
lines changed Original file line number Diff line number Diff line change 22commit = True
33tag = False
44message = Bump version: {current_version} → {new_version}
5- current_version = 1.7.22
5+ current_version = 1.7.24
66
77[bumpversion:file:setup.py]
88search = ' {current_version}'
Original file line number Diff line number Diff line change 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
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 )
Original file line number Diff line number Diff line change 1515if __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' ,
You can’t perform that action at this time.
0 commit comments