Skip to content

Commit

Permalink
I dub thee v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andymeneely committed Jan 13, 2015
1 parent e4a56a2 commit 5bce857
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
@@ -1,5 +1,6 @@
# 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 a basic Rakefile, documented in README.
* Some internal refactoring, better testing, and more documentation with layouts
Expand Down
2 changes: 1 addition & 1 deletion lib/squib/version.rb
Expand Up @@ -6,5 +6,5 @@ module Squib
# 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
#
VERSION = '0.2.0a'
VERSION = '0.2.0'
end

0 comments on commit 5bce857

Please sign in to comment.