Skip to content

Commit

Permalink
i dub thee v0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
andymeneely committed Nov 25, 2020
1 parent 8ec92cd commit 2a3ce44
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Squib CHANGELOG
Squib follows [semantic versioning](http://semver.org).

## v0.16.0 / Unreleased
## v0.16.0 / 2020-11-24

Features:
* Special custom unit: cells. A "cell" defaults to 37.5px, or 1/8in, e.g. `x: '1 cell'` means `x: 37.5`. See the docs for details.
Expand Down
2 changes: 1 addition & 1 deletion RELEASE TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Be sure to remember to do the following for releases. (Copy into a GitHub issue)
- [ ] Bump docs/conf.py versions
- [ ] Do a full rake locally
- [ ] `rake sanity`, and check visually
- [ ] Travis is passing on dev branch
- [ ] GitHub Actions is passing on dev branch
- [ ] Merge master branch
- [ ] Merge release branch
- [ ] Push master and release branches
Expand Down
2 changes: 1 addition & 1 deletion lib/squib/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ 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.16.0-preview2'
VERSION = '0.16.0'
end

2 changes: 1 addition & 1 deletion samples/units/_cells.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
# Technically, the "cell" is actually a "unit", so you can even combine
# with xywh shorhands!!
rect fill_color: :red,
x: 'middle + 0.5c', y: 'height - 1.5c',
x: 'middle + 0.5c', y: 'deck - 1.5c',
width: '1c', height: '1c'

# And, unlike xywh shorthands, this applies basically everywhere we support
Expand Down

0 comments on commit 2a3ce44

Please sign in to comment.