Bump reuse from 0.12.1 to 1.0.0
Bumps reuse from 0.12.1 to 1.0.0.
Release notes
Sourced from reuse's releases.
v1.0.0
A major release! Do not worry, no breaking changes but a development team (
@carmenbianca
,@floriansnow
,@linozen
,@mxmehl
and@nicorikken
) that is confident enough to declare the REUSE helper tool stable, and a bunch of long-awaited features!Apart from smaller changes under the hood and typical maintenance tasks, the main additions are new flags to the
addheader
subcommand that ease recursive and automatic operations, the ability to ignore areas of a file that contain strings that may falsely be detected as copyright or license statements, and the option to merge copyright lines. The tool now also has better handling of some edge cases with copyright and license identifiers.We would like to thank the many contributors to this release, among them
@ajinkyapatil8190
,@aspiers
,@ferdnyc
,@Gri-ffin
,@hexagonrecursion
,@hoijui
,@Jakelyst
,@Liambeguin
,@rex4539
,@robinkrahl
,@rpavlik
,@siiptuo
,@thbde
and@ventosus
.Added
Extend tool documentation with scripts to help using this tool and automating some steps that are not built into the tool itself. (#500)
Recommendations for installation/run methods: package managers and pipx (#457)
Docker images for AArch64 (#478)
Added the ability to ignore parts of a file when running
reuse lint
. Simply addREUSE-IgnoreStart
andREUSE-IgnoreEnd
as comments and all lines between the two will be ignored by the next run ofreuse lint
. (#463)Meson subprojects are now ignored by default. (#496)
More file types are recognised:
- sbt build files (
.sbt
)- Vimscript files (
.vim
)Added
--skip-existing
flag toaddheader
in order to skip files that already contain SPDX information. This may be useful for only adding SPDX information to newly created files. (#480)Added
--recursive
flag toaddheader
. (#469)Preserve shebang for more script files:
- V-Lang (#432)
Ignore all SPDX files with their typical formats and extensions. (#494)
... (truncated)
Changelog
Sourced from reuse's changelog.
1.0.0 - 2022-05-19
A major release! Do not worry, no breaking changes but a development team (
@carmenbianca
,@floriansnow
,@linozen
,@mxmehl
and@nicorikken
) that is confident enough to declare the REUSE helper tool stable, and a bunch of long-awaited features!Apart from smaller changes under the hood and typical maintenance tasks, the main additions are new flags to the
addheader
subcommand that ease recursive and automatic operations, the ability to ignore areas of a file that contain strings that may falsely be detected as copyright or license statements, and the option to merge copyright lines. The tool now also has better handling of some edge cases with copyright and license identifiers.We would like to thank the many contributors to this release, among them
@ajinkyapatil8190
,@aspiers
,@ferdnyc
,@Gri-ffin
,@hexagonrecursion
,@hoijui
,@Jakelyst
,@Liambeguin
,@rex4539
,@robinkrahl
,@rpavlik
,@siiptuo
,@thbde
and@ventosus
.Added
Extend tool documentation with scripts to help using this tool and automating some steps that are not built into the tool itself. (#500)
Recommendations for installation/run methods: package managers and pipx (#457)
Docker images for AArch64 (#478)
Added the ability to ignore parts of a file when running
reuse lint
. Simply addREUSE-IgnoreStart
andREUSE-IgnoreEnd
as comments and all lines between the two will be ignored by the next run ofreuse lint
. (#463)Meson subprojects are now ignored by default. (#496)
More file types are recognised:
- sbt build files (
.sbt
)- Vimscript files (
.vim
)Added
--skip-existing
flag toaddheader
in order to skip files that already contain SPDX information. This may be useful for only adding SPDX information to newly created files. (#480)Added
--recursive
flag toaddheader
. (#469)Preserve shebang for more script files:
- V-Lang (#432)
... (truncated)
Commits
-
b0fd725
Bump version: 0.14.0 → 1.0.0 -
e71302b
finalise changelog for 1.0.0 -
6851c29
Merge pull request #517 from fsfe/fix-copyright-detection -
a1f0bb5
Add changelog entry -
42d7da1
Greedily match whitespace before copyright c -
e053e5c
Revert "This should fix #440" -
99fae22
This should fix #440 -
48d260d
Merge pull request #496 from ventosus/feature-meson-subprojects -
bcf248b
Merge branch 'master' into feature-meson-subprojects -
4cd9f25
Added changelog entry - Additional commits viewable in compare view
Dependabot commands
You can trigger Dependabot actions by commenting on this MR
-
$dependabot rebase
will rebase this MR -
$dependabot recreate
will recreate this MR rewriting all the manual changes and resolving conflicts