Browse Source

I dub thee v0.7

dev
Andy Meneely 10 years ago
parent
commit
3a6ab0cf37
  1. 2
      CHANGELOG.md
  2. 2
      lib/squib/version.rb

2
CHANGELOG.md

@ -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)

2
lib/squib/version.rb

@ -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

Loading…
Cancel
Save