Releases: Argmaster/autocopyright
Releases · Argmaster/autocopyright
Release v1.1.0
This release brings --exclude/-e
flag which allows to exclude files with glob like syntax. Full changelog is available below.
[1.1.0] - 2023-02-17
-
Added
--exclude/-e
option to allow exclusion of individual files/directories. -
Removed use of
ThreadPoolExecutor
when pool size is less or equal to 1. Now threads
are used only when pool is bigger than 1.
Release v1.0.0
This release contains MVP (Minimum viable product) version of tool for automatic copyright completion.