From 5bce857bedd815451e36c7e3cac1ba73427f1d5c Mon Sep 17 00:00:00 2001 From: Andy Meneely Date: Mon, 12 Jan 2015 23:13:39 -0500 Subject: [PATCH] I dub thee v0.2.0 --- CHANGELOG.md | 1 + lib/squib/version.rb | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f67b184..56e7b7d 100644 --- a/CHANGELOG.md +++ b/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 diff --git a/lib/squib/version.rb b/lib/squib/version.rb index 3f9d459..4ea289e 100644 --- a/lib/squib/version.rb +++ b/lib/squib/version.rb @@ -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