Skip to content

Commit

Permalink
Release 💎 3.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
parkr committed Nov 14, 2016
1 parent cd38312 commit 7c44c5a
Show file tree
Hide file tree
Showing 6 changed files with 99 additions and 20 deletions.
34 changes: 17 additions & 17 deletions History.markdown
Original file line number Diff line number Diff line change
@@ -1,8 +1,23 @@
## HEAD
## 3.3.1 / 2016-11-14

### Minor Enhancements

* Collapse `gsub` for performance (#5494)
* URL: warn if key doesn't exist in url drop (#5524)

### Bug Fixes

* Fix typo in `theme_template` README (#5472)
* Do not swallow all exceptions on render (#5495)
* Site template: fixed `_config.yml` comment typo (#5511)
* `jekyll new-theme` should specify Jekyll as a runtime dependency for the theme (#5457)
* Be much more specific about ignoring specific vendored directories. (#5564)
* Only warn about auto-regeneration bug on Bash On Windows. (#5464)
* Allow permalink template to have underscores (#5572)

### Site Enhancements

* Documentation: {% link %} tag (#5449)
* Documentation: `link` Liquid tag (#5449)
* Updating install instruction link for Jekyll 3 on Windows (#5475)
* Update normalize.css to v5.0.0 (#5471)
* Add jekyll-data to the list of plugins (#5491)
Expand All @@ -27,16 +42,6 @@
* Fix link to jekyll-pinboard plugin (#5570)
* mention `docs` folder as a way to deploy on GitHub Pages (#5571)

### Bug Fixes

* Fix typo in theme_template README (#5472)
* Do not swallow all exceptions on render (#5495)
* Site template: fixed `_config.yml` comment typo (#5511)
* `jekyll new-theme` should specify Jekyll as a runtime dependency for the theme (#5457)
* Be much more specific about ignoring specific vendored directories. (#5564)
* Only warn about auto-regeneration bug on Bash On Windows. (#5464)
* Allow permalink template to have underscores (#5572)

### Development Fixes

* fix rubocop errors on testing with Rubocop 0.44 (#5489)
Expand All @@ -47,11 +52,6 @@
* Collections.feature: conditional steps to have it pass on Windows (#5546)
* Fix tests to get script/test to pass on Windows (#5526)

### Minor Enhancements

* Collapse `gsub` (#5494)
* URL: warn if key doesn't exist in url drop (#5524)

## 3.3.0 / 2016-10-06

### Minor Enhancements
Expand Down
2 changes: 1 addition & 1 deletion docs/_docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -594,7 +594,7 @@ collections:
# Handling Reading
safe: false
include: [".htaccess"]
exclude: ["node_modules", "vendor"]
exclude: ["node_modules", "vendor/bundle/", "vendor/cache/", "vendor/gems/", "vendor/ruby/"]
keep_files: [".git", ".svn"]
encoding: "utf-8"
markdown_ext: "markdown,mkdown,mkdn,mkd,md"
Expand Down
60 changes: 60 additions & 0 deletions docs/_docs/history.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,66 @@ permalink: "/docs/history/"
note: This file is autogenerated. Edit /History.markdown instead.
---

## 3.3.1 / 2016-11-14
{: #v3-3-1}

### Minor Enhancements
{: #minor-enhancements-v3-3-1}

- Collapse `gsub` for performance ([#5494]({{ site.repository }}/issues/5494))
- URL: warn if key doesn't exist in url drop ([#5524]({{ site.repository }}/issues/5524))

### Bug Fixes
{: #bug-fixes-v3-3-1}

- Fix typo in `theme_template` README ([#5472]({{ site.repository }}/issues/5472))
- Do not swallow all exceptions on render ([#5495]({{ site.repository }}/issues/5495))
- Site template: fixed `_config.yml` comment typo ([#5511]({{ site.repository }}/issues/5511))
- `jekyll new-theme` should specify Jekyll as a runtime dependency for the theme ([#5457]({{ site.repository }}/issues/5457))
- Be much more specific about ignoring specific vendored directories. ([#5564]({{ site.repository }}/issues/5564))
- Only warn about auto-regeneration bug on Bash On Windows. ([#5464]({{ site.repository }}/issues/5464))
- Allow permalink template to have underscores ([#5572]({{ site.repository }}/issues/5572))

### Site Enhancements
{: #site-enhancements-v3-3-1}

- Documentation: `link` Liquid tag ([#5449]({{ site.repository }}/issues/5449))
- Updating install instruction link for Jekyll 3 on Windows ([#5475]({{ site.repository }}/issues/5475))
- Update normalize.css to v5.0.0 ([#5471]({{ site.repository }}/issues/5471))
- Add jekyll-data to the list of plugins ([#5491]({{ site.repository }}/issues/5491))
- Add info about checking version + updating ([#5497]({{ site.repository }}/issues/5497))
- Add jekyll-include-absolute-plugin to list of third-party plugins ([#5492]({{ site.repository }}/issues/5492))
- Remove jekyll-hook from deployment methods ([#5502]({{ site.repository }}/issues/5502))
- Update deployment-methods.md ([#5504]({{ site.repository }}/issues/5504))
- Ubuntu users should install ruby2.3-dev ([#5512]({{ site.repository }}/issues/5512))
- Remove Glynn as deployment option ([#5519]({{ site.repository }}/issues/5519))
- Fix broken forum link ([#5466]({{ site.repository }}/issues/5466))
- Move documentation to docs folder ([#5459]({{ site.repository }}/issues/5459))
- Fix broken links in CONTRIBUTING ([#5533]({{ site.repository }}/issues/5533))
- Update documentation on jekyllrb.com ([#5540]({{ site.repository }}/issues/5540))
- Fix HTML rendering ([#5536]({{ site.repository }}/issues/5536))
- Remove outdated deployment information ([#5557]({{ site.repository }}/issues/5557))
- no more invalid US-ASCII on lines 30 and 97 ([#5520]({{ site.repository }}/issues/5520))
- Add permalinks to docs in '/maintaining/' ([#5532]({{ site.repository }}/issues/5532))
- Add jekyll-pinboard to list of third-party plugins ([#5514]({{ site.repository }}/issues/5514))
- Fix formatting in 2-to-3.md ([#5507]({{ site.repository }}/issues/5507))
- Add two plugins to the plugins page ([#5493]({{ site.repository }}/issues/5493))
- Use site.baseurl before link and post_url tags ([#5559]({{ site.repository }}/issues/5559))
- Fix link to jekyll-pinboard plugin ([#5570]({{ site.repository }}/issues/5570))
- mention `docs` folder as a way to deploy on GitHub Pages ([#5571]({{ site.repository }}/issues/5571))

### Development Fixes
{: #development-fixes-v3-3-1}

- fix rubocop errors on testing with Rubocop 0.44 ([#5489]({{ site.repository }}/issues/5489))
- script/test: add missing whitespace ([#5479]({{ site.repository }}/issues/5479))
- Restrict Rubocop version ([#5496]({{ site.repository }}/issues/5496))
- include a hashbang for all benchmark scripts & make them executable ([#5505]({{ site.repository }}/issues/5505))
- Update source in script/proof ([#5538]({{ site.repository }}/issues/5538))
- Collections.feature: conditional steps to have it pass on Windows ([#5546]({{ site.repository }}/issues/5546))
- Fix tests to get script/test to pass on Windows ([#5526]({{ site.repository }}/issues/5526))


## 3.3.0 / 2016-10-06
{: #v3-3-0}

Expand Down
19 changes: 19 additions & 0 deletions docs/_posts/2016-11-14-jekyll-3-3-1-released.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
layout: news_item
title: 'Jekyll 3.3.1 Released'
date: 2016-11-14 14:29:59 -0800
author: parkr
version: 3.3.1
categories: [release]
---

Hello! We have a bugfix release of Jekyll hot off the presses for you. Key
fixes to call out:

1. Only warn about auto-regeneration issues on Windows instead of disabling
2. Exclude very specific `vendor/` subdirectories instead of all of `vendor/`
3. Allow permalink templates to have plaintext underscores

..and lots more! Check out the [full history for more](/docs/history/#v3-3-1).

Happy Jekylling!
2 changes: 1 addition & 1 deletion docs/latest_version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.3.0
3.3.1
2 changes: 1 addition & 1 deletion lib/jekyll/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Jekyll
VERSION = "3.3.0".freeze
VERSION = "3.3.1".freeze
end

0 comments on commit 7c44c5a

Please sign in to comment.