Bump to 💎 v2.0.3

This commit is contained in:
Parker Moore 2014-05-08 22:43:04 -04:00
parent 2326c509c3
commit 036823cd06
2 changed files with 9 additions and 3 deletions

View File

@ -4,6 +4,14 @@
### Minor Enhancements
### Bug Fixes
### Development Fixes
### Site Enhancements
## 2.0.3 / 2014-05-08
### Bug Fixes
* Properly prefix links in site template with URL or baseurl depending upon
@ -18,8 +26,6 @@
* Use `item_property` for `where` filter so it doesn't break on collections (#2359)
* Rescue errors thrown so `--watch` doesn't fail (#2364)
### Development Fixes
### Site Enhancements
* Add missing "as" to assets docs page (#2337)

View File

@ -1,3 +1,3 @@
module Jekyll
VERSION = '2.0.2'
VERSION = '2.0.3'
end