Skip to content

Commit 5bce857

Browse files
committed
I dub thee v0.2.0
1 parent e4a56a2 commit 5bce857

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Squib CHANGELOG
22

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

lib/squib/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ module Squib
66
# Most of the time this is in the alpha of the next release.
77
# e.g. v0.0.5a is on its way to becoming v0.0.5
88
#
9-
VERSION = '0.2.0a'
9+
VERSION = '0.2.0'
1010
end

0 commit comments

Comments
 (0)