diff --git a/History.txt b/History.txt index a4ace1731e..0fc89db837 100644 --- a/History.txt +++ b/History.txt @@ -1,3 +1,7 @@ +== 0.9.2 2010-12-28 +* 1 minor enhancement: + * Added a faker namespace for translations + == 0.9.2 2010-12-22 * 1 bug fix: * Stopped stomping on I18n load path diff --git a/lib/faker/version.rb b/lib/faker/version.rb index c3f1a3bda3..5546c4c1a7 100644 --- a/lib/faker/version.rb +++ b/lib/faker/version.rb @@ -1,3 +1,3 @@ module Faker #:nodoc: - VERSION = "0.9.2" + VERSION = "0.9.3" end diff --git a/website/index.html b/website/index.html index 498deaaa21..5343a89461 100644 --- a/website/index.html +++ b/website/index.html @@ -33,7 +33,7 @@

faker

Get Version

- 0.9.2 + 0.9.3

What

Faker, a port of Data::Faker from Perl, is used to easily generate fake data: names, addresses, phone numbers, etc. The port was motivated by a need for a bunch of fake data to make good-looking screenshots for Catch the Best. :)