From 7c44c5a56d104181216a053355357dac4b1b093d Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Mon, 14 Nov 2016 14:36:05 -0800 Subject: [PATCH] Release :gem: 3.3.1 --- History.markdown | 34 +++++------ docs/_docs/configuration.md | 2 +- docs/_docs/history.md | 60 +++++++++++++++++++ .../2016-11-14-jekyll-3-3-1-released.markdown | 19 ++++++ docs/latest_version.txt | 2 +- lib/jekyll/version.rb | 2 +- 6 files changed, 99 insertions(+), 20 deletions(-) create mode 100644 docs/_posts/2016-11-14-jekyll-3-3-1-released.markdown diff --git a/History.markdown b/History.markdown index b5714d0b..caa49111 100644 --- a/History.markdown +++ b/History.markdown @@ -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) @@ -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) @@ -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 diff --git a/docs/_docs/configuration.md b/docs/_docs/configuration.md index a244e1ab..41fed980 100644 --- a/docs/_docs/configuration.md +++ b/docs/_docs/configuration.md @@ -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" diff --git a/docs/_docs/history.md b/docs/_docs/history.md index b272bd53..5d07eb40 100644 --- a/docs/_docs/history.md +++ b/docs/_docs/history.md @@ -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} diff --git a/docs/_posts/2016-11-14-jekyll-3-3-1-released.markdown b/docs/_posts/2016-11-14-jekyll-3-3-1-released.markdown new file mode 100644 index 00000000..a5a88376 --- /dev/null +++ b/docs/_posts/2016-11-14-jekyll-3-3-1-released.markdown @@ -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! diff --git a/docs/latest_version.txt b/docs/latest_version.txt index 15a27998..bea438e9 100644 --- a/docs/latest_version.txt +++ b/docs/latest_version.txt @@ -1 +1 @@ -3.3.0 +3.3.1 diff --git a/lib/jekyll/version.rb b/lib/jekyll/version.rb index 848b513b..a01e787a 100644 --- a/lib/jekyll/version.rb +++ b/lib/jekyll/version.rb @@ -1,3 +1,3 @@ module Jekyll - VERSION = "3.3.0".freeze + VERSION = "3.3.1".freeze end