This is the first release candidate after a period of dormancy for the project. Please test this release, particularly in automated workflows. If no issues are discovered, we plan to create a 1.2.0 release in the next couple weeks.
What's Changed
fix(readme): Update the docs to show current year by @xorima in https://github.com/google/addlicense/pull/140
Add support for TOML configuration files by @kupiakos in https://github.com/google/addlicense/pull/144
Support *.BUILD files by @pmeric in https://github.com/google/addlicense/pull/145
Adding support for the j2 format. by @sjswerdlow in https://github.com/google/addlicense/pull/146
feature: add pre-commit support by @Thomy90 in https://github.com/google/addlicense/pull/138
style: Each language in a case on its own line by @flwyd in https://github.com/google/addlicense/pull/174
Add Powershell Support [ps1, psm1] by @JackStuart in https://github.com/google/addlicense/pull/165
feat: add support for .htm files by @CalebAlbers in https://github.com/google/addlicense/pull/121
Fix test: expected copyright year must be 2018 by @flwyd in https://github.com/google/addlicense/pull/178
Upgrade GitHub workflows by @flwyd in https://github.com/google/addlicense/pull/180
Fix ignore on Windows by @06393993 in https://github.com/google/addlicense/pull/157
Add support for BUILD.bazel files by @pmeric in https://github.com/google/addlicense/pull/151
Add support for Rackup (.ru) config files by @CalebAlbers in https://github.com/google/addlicense/pull/120
Add .bash and .zsh extensions by @CalebAlbers in https://github.com/google/addlicense/pull/122
Add support for nix scripts by @06393993 in https://github.com/google/addlicense/pull/156
Reformat TestLicenseHeader to one filetype per line by @flwyd in https://github.com/google/addlicense/pull/181
Add AWK, Elixir, Julia, Lua, Raku, Scheme, & Vim by @flwyd in https://github.com/google/addlicense/pull/182
Add .graphql support by @SleepySquash in https://github.com/google/addlicense/pull/111
Add .less support by @gnugomez in https://github.com/google/addlicense/pull/184
Wrap the MIT License template to ensure the generated license fits into 80 characters by @XuehaiPan in https://github.com/google/addlicense/pull/185
feat(buck): add support for buck2 files (#188) by @yesudeep in https://github.com/google/addlicense/pull/187
Cython files Support by @Spill-Tea in https://github.com/google/addlicense/pull/192
Goreleaser config update by @Spill-Tea in https://github.com/google/addlicense/pull/193
Adding support for the gradle file extension by @tfroseman in https://github.com/google/addlicense/pull/194
New Contributors
@xorima made their first contribution in https://github.com/google/addlicense/pull/140
@kupiakos made their first contribution in https://github.com/google/addlicense/pull/144
@pmeric made their first contribution in https://github.com/google/addlicense/pull/145
@sjswerdlow made their first contribution in https://github.com/google/addlicense/pull/146
@Thomy90 made their first contribution in https://github.com/google/addlicense/pull/138
@flwyd made their first contribution in https://github.com/google/addlicense/pull/174
@JackStuart made their first contribution in https://github.com/google/addlicense/pull/165
@CalebAlbers made their first contribution in https://github.com/google/addlicense/pull/121
@06393993 made their first contribution in https://github.com/google/addlicense/pull/157
@SleepySquash made their first contribution in https://github.com/google/addlicense/pull/111
@gnugomez made their first contribution in https://github.com/google/addlicense/pull/184
@yesudeep made their first contribution in https://github.com/google/addlicense/pull/187
@Spill-Tea made their first contribution in https://github.com/google/addlicense/pull/192
@tfroseman made their first contribution in https://github.com/google/addlicense/pull/194
Full Changelog: https://github.com/google/addlicense/compare/v1.1.1...v1.2.0-rc0