Skip to content

Commit

Permalink
Bump version to 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
presidentbeef committed Dec 22, 2011
1 parent fe1d296 commit 716e14b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion CHANGES
Original file line number Original file line Diff line number Diff line change
@@ -1,4 +1,14 @@
## 1.0 ## 1.1.0

* Relax required versions for dependencies
* Performance improvements for source processing
* Better progress reporting
* Handle basic operators like << + - * /
* Rescue more errors to prevent complete crashes
* Compatibility with newer Haml versions
* Fix some warnings

## 1.0.0


* Better handling of assignments inside ifs * Better handling of assignments inside ifs
* Check more expressions for SQL injection * Check more expressions for SQL injection
Expand Down
2 changes: 1 addition & 1 deletion lib/brakeman/version.rb
Original file line number Original file line Diff line number Diff line change
@@ -1,3 +1,3 @@
module Brakeman module Brakeman
Version = "1.0.0" Version = "1.1.0"
end end

0 comments on commit 716e14b

Please sign in to comment.