prep new release
This commit is contained in:
parent
a1090f912c
commit
b6361c23f7
|
@ -1,6 +1,13 @@
|
||||||
master
|
master
|
||||||
===
|
===
|
||||||
|
|
||||||
|
3.2.1
|
||||||
|
===
|
||||||
|
|
||||||
|
* Allow path to be passed to page_classes. #1120
|
||||||
|
* Parallelize gzip extension using four threads. #1116
|
||||||
|
* Fix locale issue when using gzip extension
|
||||||
|
* Better handle UTF-8 filenames
|
||||||
* Update Padrino to 0.11.4 and Tilt to 1.4.1
|
* Update Padrino to 0.11.4 and Tilt to 1.4.1
|
||||||
|
|
||||||
3.2.0
|
3.2.0
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
module Middleman
|
module Middleman
|
||||||
# Current Version
|
# Current Version
|
||||||
# @return [String]
|
# @return [String]
|
||||||
VERSION = '3.2.0' unless const_defined?(:VERSION)
|
VERSION = '3.2.1' unless const_defined?(:VERSION)
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue