From 2a3ce44cc0bd60985d021df20353b3058a59fcc0 Mon Sep 17 00:00:00 2001 From: Andy Meneely Date: Tue, 24 Nov 2020 23:12:22 -0500 Subject: [PATCH] i dub thee v0.16 --- CHANGELOG.md | 2 +- RELEASE TODO.md | 2 +- lib/squib/version.rb | 2 +- samples/units/_cells.rb | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a377e18f..074122fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/RELEASE TODO.md b/RELEASE TODO.md index 52a82022..93c8b0a1 100644 --- a/RELEASE TODO.md +++ b/RELEASE TODO.md @@ -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 diff --git a/lib/squib/version.rb b/lib/squib/version.rb index d2b01f50..bc6fab07 100644 --- a/lib/squib/version.rb +++ b/lib/squib/version.rb @@ -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 diff --git a/samples/units/_cells.rb b/samples/units/_cells.rb index 97a0eeb6..31853e81 100644 --- a/samples/units/_cells.rb +++ b/samples/units/_cells.rb @@ -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