Skip to content

Commit

Permalink
Cut version 0.36.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sds committed Aug 31, 2016
1 parent 6e65096 commit f3ab78f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Overcommit Changelog

## master (unreleased)
## 0.36.0

* Add [`Fasterer`](https://github.com/DamirSvrtan/fasterer) pre-commit hook
* Add [`Brakeman`](http://brakemanscanner.org/) pre-push hook
* Validate hook `env` environment configurations have valid names and values
* Validate that hook `env` environment configurations have valid names/values

## 0.35.0

Expand Down
2 changes: 1 addition & 1 deletion lib/overcommit/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

# Defines the gem version.
module Overcommit
VERSION = '0.35.0'.freeze
VERSION = '0.36.0'.freeze
end

0 comments on commit f3ab78f

Please sign in to comment.