I dub thee v0.7

dev
Andy Meneely 2015-09-11 10:45:24 -04:00
parent de79b5d2de
commit 3a6ab0cf37
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
# Squib CHANGELOG # Squib CHANGELOG
Squib follows [semantic versioning](http://semver.org). Squib follows [semantic versioning](http://semver.org).
## v0.7.0 / Unreleased ## v0.7.0 / 2015-09-11
Features Features
* Added `cap` option to `line` and `curve` to define how ends of lines are drawn (#42) * Added `cap` option to `line` and `curve` to define how ends of lines are drawn (#42)

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.7.0a' VERSION = '0.7.0'
end end