I dub thee v0.7
parent
de79b5d2de
commit
3a6ab0cf37
|
|
@ -1,7 +1,7 @@
|
|||
# Squib CHANGELOG
|
||||
Squib follows [semantic versioning](http://semver.org).
|
||||
|
||||
## v0.7.0 / Unreleased
|
||||
## v0.7.0 / 2015-09-11
|
||||
|
||||
Features
|
||||
* Added `cap` option to `line` and `curve` to define how ends of lines are drawn (#42)
|
||||
|
|
|
|||
|
|
@ -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.7.0a'
|
||||
VERSION = '0.7.0'
|
||||
end
|
||||
|
|
|
|||
Loading…
Reference in New Issue