summaryrefslogtreecommitdiffstats
path: root/vendor/code.gitea.io/gitea-vet/CHANGELOG.md
diff options
context:
space:
mode:
author6543 <6543@obermui.de>2020-08-15 19:13:07 +0200
committerGitHub <noreply@github.com>2020-08-15 13:13:07 -0400
commitee97e6a66a7bec9547af31c93a5eef7c19a32c54 (patch)
tree1143ebd8f6abd6027c52e99d71534f141eaecd8e /vendor/code.gitea.io/gitea-vet/CHANGELOG.md
parenteb60a5d05478f56bf15220f49ed78f0f72af5698 (diff)
downloadgitea-ee97e6a66a7bec9547af31c93a5eef7c19a32c54.tar.gz
gitea-ee97e6a66a7bec9547af31c93a5eef7c19a32c54.zip
Update gitea-vet to v0.2.1 (#12282)
* change to new code location * vendor * tagged version v0.2.0 * gitea-vet v0.2.1 Co-authored-by: techknowlogick <techknowlogick@gitea.io>
Diffstat (limited to 'vendor/code.gitea.io/gitea-vet/CHANGELOG.md')
-rw-r--r--vendor/code.gitea.io/gitea-vet/CHANGELOG.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/vendor/code.gitea.io/gitea-vet/CHANGELOG.md b/vendor/code.gitea.io/gitea-vet/CHANGELOG.md
new file mode 100644
index 0000000000..295456bb6b
--- /dev/null
+++ b/vendor/code.gitea.io/gitea-vet/CHANGELOG.md
@@ -0,0 +1,11 @@
+## [v0.2.1](https://gitea.com/gitea/gitea-vet/releases/tag/v0.2.1) - 2020-08-15
+
+* BUGFIXES
+ * Split migration check to Deps and Imports (#9)
+
+## [0.2.0](https://gitea.com/gitea/gitea-vet/pulls?q=&type=all&state=closed&milestone=1272) - 2020-07-20
+
+* FEATURES
+ * Add migrations check (#5)
+* BUGFIXES
+ * Correct Import Paths (#6)