Bump to v3.4.4
This commit is contained in:
parent
9f302b34ae
commit
2207223559
|
@ -142,6 +142,10 @@
|
|||
|
||||
* Filters#time helper: Duplicate time before calling #localtime. (#5996)
|
||||
|
||||
## 3.4.4 / 2016-06-17
|
||||
|
||||
* Backport #6137 for v3.4.x: Default `baseurl` to `nil` instead of empty string (#6146)
|
||||
|
||||
## 3.4.3 / 2017-03-21
|
||||
|
||||
* Backport #5957 for v3.4.x: Allow colons in `uri_escape` filter (#5968)
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module Jekyll
|
||||
VERSION = "3.4.3".freeze
|
||||
VERSION = "3.4.4".freeze
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue