Skip to content

Commit 6ccdaaa

Browse files
committed
bump version for 0.3.0 release
1 parent 2267c2f commit 6ccdaaa

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## 0.3.0 (February 26th, 2013)
4+
* add xml escaping support
5+
* in Ruby 1.9 - escape_utils now requires the input string be UTF-8
6+
* update upstream houdini to pull in some speed optimizations
7+
* a couple of other perf tweaks
8+
* switched to minitest
9+
310
## 0.2.4 (September 7th, 2011)
411
* swap out custom escaping routines for houdini - https://github.com/tanoku/houdini
512
* add RSTRING_NOT_MODIFIED define for a Rubinius speedup

lib/escape_utils/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module EscapeUtils
2-
VERSION = "0.2.4"
2+
VERSION = "0.3.0"
33
end

0 commit comments

Comments
 (0)