Changelog v0.2.2 (#22)

Reviewed-on: https://gitea.com/gitea/gitea-vet/pulls/22
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com>
Reviewed-by: Xinyu Zhou <i@sourcehut.net>
Co-authored-by: Jason Song <wolfogre@noreply.gitea.io>
Co-committed-by: Jason Song <wolfogre@noreply.gitea.io>
This commit is contained in:
Jason Song 2022-12-02 11:52:05 +08:00 committed by John Olheiser
parent 4c10dca949
commit 7a42a3666a
1 changed files with 10 additions and 0 deletions

View File

@ -1,3 +1,13 @@
## [v0.2.2](https://gitea.com/gitea/gitea-vet/releases/tag/v0.2.2) - 2022-12-02
* FEATURES
* Check SPDX-License-Identifier (#21)
* Add gitea's go-crypto fork to deny list (#19)
* Add "encoding/json" to denylist (#18)
* Add denylist import (#17)
* If you open a session either return it or close it (#16)
* Don't import git on models (#12)
## [v0.2.1](https://gitea.com/gitea/gitea-vet/releases/tag/v0.2.1) - 2020-08-15
* BUGFIXES