Skip to content

Commit

Permalink
bump version for 0.3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
brianmario committed Feb 26, 2013
1 parent 2267c2f commit 6ccdaaa
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 0.3.0 (February 26th, 2013)
* add xml escaping support
* in Ruby 1.9 - escape_utils now requires the input string be UTF-8
* update upstream houdini to pull in some speed optimizations
* a couple of other perf tweaks
* switched to minitest

## 0.2.4 (September 7th, 2011)
* swap out custom escaping routines for houdini - https://github.com/tanoku/houdini
* add RSTRING_NOT_MODIFIED define for a Rubinius speedup
Expand Down
2 changes: 1 addition & 1 deletion lib/escape_utils/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module EscapeUtils
VERSION = "0.2.4"
VERSION = "0.3.0"
end

0 comments on commit 6ccdaaa

Please sign in to comment.