Onward and upward.
parent
dfb027ac31
commit
cf7ae7fd8b
|
|
@ -1,6 +1,8 @@
|
||||||
# Squib CHANGELOG
|
# Squib CHANGELOG
|
||||||
Squib follows [semantic versioning](http://semver.org).
|
Squib follows [semantic versioning](http://semver.org).
|
||||||
|
|
||||||
|
## v0.15.0 / Unreleased
|
||||||
|
|
||||||
## v0.14.0 / 2017-11-06
|
## v0.14.0 / 2017-11-06
|
||||||
|
|
||||||
Features:
|
Features:
|
||||||
|
|
|
||||||
|
|
@ -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.14.0'
|
VERSION = '0.15.0a'
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue