I dub thee v0.2.0

dev
Andy Meneely 2015-01-12 23:13:39 -05:00
parent e4a56a27c5
commit 5bce857bed
2 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
# Squib CHANGELOG # Squib CHANGELOG
## v0.2.0
* Added `showcase` feature to create a fancy-looking 3D reflection to showcase your cards. Documented, tested, and added a sample for it. * Added `showcase` feature to create a fancy-looking 3D reflection to showcase your cards. Documented, tested, and added a sample for it.
* Added a basic Rakefile, documented in README. * Added a basic Rakefile, documented in README.
* Some internal refactoring, better testing, and more documentation with layouts * Some internal refactoring, better testing, and more documentation with layouts

View File

@ -6,5 +6,5 @@ module Squib
# Most of the time this is in the alpha of the next release. # Most of the time this is in the alpha of the next release.
# e.g. v0.0.5a is on its way to becoming v0.0.5 # e.g. v0.0.5a is on its way to becoming v0.0.5
# #
VERSION = '0.2.0a' VERSION = '0.2.0'
end end