Skip to content

Commit

Permalink
I dub thee v0.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
andymeneely committed Jan 7, 2017
1 parent 240d40a commit c690e08
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
# Squib CHANGELOG
Squib follows [semantic versioning](http://semver.org).

## v0.13.0 / Unreleased
## v0.13.1 / 2017-01-06

Bugs:
* New Windows installations break because Rubygems looks for 1.15.4 and it's not there (yet). Locking into Cairo 1.15.3 and being more conservative from now on.

## v0.13.0 / 2017-01-04

Features:
* `save_pdf`'s `crop marks` have a `:full` option that draw lines across the entire page.
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@
# built documents.
#
# The short X.Y version.
version = u'v0.14'
version = u'v0.13'
# The full version, including alpha/beta/rc tags.
release = u'v0.14.0a'
release = u'v0.13.1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
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,5 +6,5 @@ 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.14.0a'
VERSION = '0.13.1'
end

0 comments on commit c690e08

Please sign in to comment.