Explorar el Código

updating changelog

zach rice hace 6 años
padre
commit
9122aa6cf4
Se han modificado 2 ficheros con 6 adiciones y 3 borrados
  1. 6 1
      CHANGELOG.md
  2. 0 2
      CONTRIBUTING.md

+ 6 - 1
CHANGELOG.md

@@ -1,6 +1,11 @@
 CHANGELOG
-fewaf
 =========
+1.25.0
+----
+- Pretty big refactor, see `src` directory
+- Dropping dep for go modules
+- Separating email and author
+- Readding branch support with `--branch=`
 
 1.24.0
 ----

+ 0 - 2
CONTRIBUTING.md

@@ -1,5 +1,4 @@
 # Contributing Guidelines
-fewafwet
 
 The gitleaks project is under [GNU General Public License v3.0](LICENSE.md) and accepts
 contributions via GitHub pull requests.
@@ -14,7 +13,6 @@ Make sure you pass this list of requirements.
 
 - You've run `go fmt`.
 - You've run `golint`.
-- Your Go changes are confined to `gitleaks_test.go` and `main.go`. This is subject to change as the project evolves. Stylistically, I like having a single go file considering the size of this project (its tiny).
 - You've added test cases for your changes.
 - You've updated [the changelog](CHANGELOG.md).
 - Your tests pass.