Skip to content

Commit

Permalink
Release 1.0.0.beta3
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredcwhite committed Feb 18, 2022
1 parent 2715084 commit 3957d5f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down
2 changes: 1 addition & 1 deletion bridgetown-core/lib/bridgetown-core/version.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# frozen_string_literal: true

module Bridgetown
VERSION = "1.0.0.beta2"
VERSION = "1.0.0.beta3"
CODE_NAME = "Pearl"
end

0 comments on commit 3957d5f

Please sign in to comment.