From 91e00b20822842c80f2db06ab24dce63498845ae Mon Sep 17 00:00:00 2001 From: Ashwin Maroli Date: Wed, 26 Oct 2022 23:25:48 +0530 Subject: [PATCH] Release :gem: v4.3.1 --- History.markdown | 2 +- docs/_config.yml | 2 +- docs/_docs/history.md | 14 ++++++++++++++ docs/latest_version.txt | 2 +- lib/jekyll/version.rb | 2 +- 5 files changed, 18 insertions(+), 4 deletions(-) diff --git a/History.markdown b/History.markdown index 365eec6f996..0f660a7d294 100644 --- a/History.markdown +++ b/History.markdown @@ -1,4 +1,4 @@ -## HEAD +## 4.3.1 / 2022-10-26 ### Bug Fixes diff --git a/docs/_config.yml b/docs/_config.yml index bbc80d2b072..74a9914eb56 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -1,5 +1,5 @@ --- -version: 4.3.0 +version: 4.3.1 name: Jekyll • Simple, blog-aware, static sites description: Transform your plain text into static websites and blogs url: https://jekyllrb.com diff --git a/docs/_docs/history.md b/docs/_docs/history.md index 93c3b781819..1700c17bc37 100644 --- a/docs/_docs/history.md +++ b/docs/_docs/history.md @@ -4,6 +4,20 @@ permalink: "/docs/history/" note: This file is autogenerated. Edit /History.markdown instead. --- +## 4.3.1 / 2022-10-26 +{: #v4-3-1} + +### Bug Fixes +{: #bug-fixes-v4-3-1} + +- Respect user-defined name attribute in documents ([#9167]({{ site.repository }}/issues/9167)) +- Revert "Incrementally rebuild when a data file is changed" ([#9170]({{ site.repository }}/issues/9170)) + +### Documentation + +- Release post for v4.3.1 ([#9171]({{ site.repository }}/issues/9171)) + + ## 4.3.0 / 2022-10-20 {: #v4-3-0} diff --git a/docs/latest_version.txt b/docs/latest_version.txt index 80895903a15..f77856a6f1a 100644 --- a/docs/latest_version.txt +++ b/docs/latest_version.txt @@ -1 +1 @@ -4.3.0 +4.3.1 diff --git a/lib/jekyll/version.rb b/lib/jekyll/version.rb index 246f7d748cf..525f4c6fe8f 100644 --- a/lib/jekyll/version.rb +++ b/lib/jekyll/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Jekyll - VERSION = "4.3.0" + VERSION = "4.3.1" end