1
0
Fork 0
mirror of https://github.com/awesome-print/awesome_print synced 2023-03-27 23:22:34 -04:00

Release 1.0.1

This commit is contained in:
Mike Dvorkin 2011-11-29 21:16:05 -08:00
parent 5850353812
commit 2514c74440
2 changed files with 4 additions and 1 deletions

View file

@ -1,3 +1,6 @@
1.0.1
- Updated repo tags for Rubygems.org
1.0.0 Thanksgiving edition
- Added ability to format *arbitrary* Ruby object
- Added :limit option to limit large output for arrays and hashes (Andrew Horsman)

View file

@ -5,6 +5,6 @@
#------------------------------------------------------------------------------
module AwesomePrint
def self.version
'1.0.0'
'1.0.1'
end
end