parent
7b9b836d61
commit
15682f4350
|
|
@ -1,7 +1,7 @@
|
||||||
# Squib CHANGELOG
|
# Squib CHANGELOG
|
||||||
Squib follows [semantic versioning](http://semver.org).
|
Squib follows [semantic versioning](http://semver.org).
|
||||||
|
|
||||||
## v0.10.0 / Unreleased
|
## v0.10.0 / 2016-05-06
|
||||||
|
|
||||||
Features:
|
Features:
|
||||||
* Build groups! Simplify the process of building your deck different ways (e.g. one for color, one for PNP). Can be enabled explicitly or via command line. [See our shiny new docs for how these work](http://squib.readthedocs.org/en/latest/build_groups.html).
|
* Build groups! Simplify the process of building your deck different ways (e.g. one for color, one for PNP). Can be enabled explicitly or via command line. [See our shiny new docs for how these work](http://squib.readthedocs.org/en/latest/build_groups.html).
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,8 @@ Be sure to remember to do the following for releases. (Copy into a GitHub issue)
|
||||||
- [ ] `rake sanity`, and check visually
|
- [ ] `rake sanity`, and check visually
|
||||||
- [ ] Travis is passing on dev branch
|
- [ ] Travis is passing on dev branch
|
||||||
- [ ] Merge master branch
|
- [ ] Merge master branch
|
||||||
- [ ] Push master branch
|
- [ ] Merge release branch
|
||||||
|
- [ ] Push master and release branches
|
||||||
- [ ] Create GitHub release tag
|
- [ ] Create GitHub release tag
|
||||||
- [ ] `gem push pkg/squib-x.y.z.gem`
|
- [ ] `gem push pkg/squib-x.y.z.gem`
|
||||||
- [ ] Github milestone closed
|
- [ ] Github milestone closed
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue