Release 2.0.2
This commit is contained in:
parent
3cc439a1cc
commit
ac666490d2
|
@ -6,11 +6,17 @@
|
||||||
|
|
||||||
### Bug Fixes
|
### Bug Fixes
|
||||||
|
|
||||||
|
### Development Fixes
|
||||||
|
|
||||||
|
### Site Enhancements
|
||||||
|
|
||||||
|
## v2.0.2 / 2014-05-07
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
* Correct use of `url` and `baseurl` in the site template. (#2317)
|
* Correct use of `url` and `baseurl` in the site template. (#2317)
|
||||||
* Default `baseurl` to `""` (#2317)
|
* Default `baseurl` to `""` (#2317)
|
||||||
|
|
||||||
### Development Fixes
|
|
||||||
|
|
||||||
### Site Enhancements
|
### Site Enhancements
|
||||||
|
|
||||||
* Correct docs for the `gist` plugin so it always includes the username. (#2314)
|
* Correct docs for the `gist` plugin so it always includes the username. (#2314)
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
module Jekyll
|
module Jekyll
|
||||||
VERSION = '2.0.1'
|
VERSION = '2.0.2'
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue