Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
mattyjones committed Jan 22, 2021
1 parent 7273272 commit 6932487
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,25 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]

- change the file extension of the sample config to .yml

## [0.0.5] - 2020-01-22
### Changed
- rule -> signature throughout the code
- change the file extension of the sample config to .yml

### Added
- support for enterprise github with personal token using basic auth
- ascii banner for the project

### Removed
- remove "los" throughout the code
- remove signatures from wraith by default

### Fixed
- local path scans where not working due to bug in trying to get file changes
- performance issues with scanning local git repos and github repos

## [0.0.4] - 2020-08-10
### Changed
- change internal name from gitrob to wraith
Expand Down
4 changes: 3 additions & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ THE SOFTWARE.
*/
package main

import "wraith/cmd"
import (
"wraith/cmd"
)

func main() {
cmd.Execute()
Expand Down

0 comments on commit 6932487

Please sign in to comment.