From 3957d5f3dacbec5ad2566a34f2db38c362a14ab0 Mon Sep 17 00:00:00 2001 From: Jared White Date: Fri, 18 Feb 2022 09:31:38 -0800 Subject: [PATCH] Release 1.0.0.beta3 --- CHANGELOG.md | 7 +++++++ bridgetown-core/lib/bridgetown-core/version.rb | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 57157fe38..c36038e9e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ... +## 1.0.0.beta3 — 2022-02-18 + +- Project repo Gemfile cleanup +- Remove the Renderer class by merging into GeneratedPage [#492](https://github.com/bridgetownrb/bridgetown/pull/492) ([jaredcwhite](https://github.com/jaredcwhite)) +- Cleaner paginated page URL [#491](https://github.com/bridgetownrb/bridgetown/pull/491) ([jaredcwhite](https://github.com/jaredcwhite)) +- Documentation updates by [fpsvogel](https://github.com/fpsvogel) and [subsevenx](https://github.com/subsevenx) + ## 1.0.0.beta2 — 2022-01-26 - Partials rendering speedup by nearly 8x (!) [#489](https://github.com/bridgetownrb/bridgetown/pull/489) ([jaredcwhite](https://github.com/jaredcwhite)) diff --git a/bridgetown-core/lib/bridgetown-core/version.rb b/bridgetown-core/lib/bridgetown-core/version.rb index e845542bd..6e5dfe0c0 100644 --- a/bridgetown-core/lib/bridgetown-core/version.rb +++ b/bridgetown-core/lib/bridgetown-core/version.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true module Bridgetown - VERSION = "1.0.0.beta2" + VERSION = "1.0.0.beta3" CODE_NAME = "Pearl" end