Skip to content

Commit db68964

Browse files
committed
Release 2.0 beta 4
1 parent fbdcbe0 commit db68964

File tree

4 files changed

+49
-45
lines changed

4 files changed

+49
-45
lines changed

CHANGELOG.md

Lines changed: 24 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -7,31 +7,35 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## Unreleased
99

10-
- Refactor Roda plugin setup, add Roda "distribution" docs (#969) @jaredcwhite
11-
- Revamp the minitesting bundled configuration so it uses Rack::Test (#954) @jaredcwhite
10+
## [2.0.0.beta4] - 2025-01-16
11+
12+
- Require bridgetown when booting from Rack [#948](https://github.com/bridgetownrb/bridgetown/pull/948) ([@ayushn21](https://github.com/ayushn21))
13+
- Remove explicit require of puma in the console command [#947](https://github.com/bridgetownrb/bridgetown/pull/947) ([@ayushn21](https://github.com/ayushn21))
14+
- Refactor Roda plugin setup, add Roda "distribution" docs (#969) ([@jaredcwhite](https://github.com/jaredcwhite))
15+
- Revamp the `minitesting` bundled configuration so it uses `Rack::Test` [#954](https://github.com/bridgetownrb/bridgetown/pull/954) ([@jaredcwhite](https://github.com/jaredcwhite))
1216
- BREAKING CHANGE: the `flash` plugin is no longer loaded by the file-based routes plugin by default, it's now configured with `sessions: true` in the ssr plugin init. Flash required sessions to be set up anyway, which used to be manual but is now provided by this new config.
13-
- Remove legacy doctor command (#966) @jaredcwhite
14-
- Better inspect output for Bridgetown::Collection (#968) @jaredcwhite
15-
- Add Viewable callable object mixin for Ruby components (#959) @jaredcwhite
16-
- Add `irb` gem as a dependency @jaredcwhite
17-
- Add Enumerable to Paginator (#967) @jaredcwhite
18-
- nsure symbol values for relations config still work @jaredcwhite
19-
- docs: Add some file excludes for YARDoc generation (#964) @jaredcwhite
20-
- Show generic index file instead of crashing (#963) @jarecwhite
21-
- Support minimalist installations with no `config.ru` or `Rakefile` (or anything other than `Gemfile` really) (#942) @jaredcwhite
22-
- Switch to `.bridgetown-cache/live_reload.txt` for live reload (#949) @jaredcwhite
23-
- Cache instantiated template objects for ERB and Serbea (#958) @jaredcwhite
24-
- Preserve the `_bridgetown` default value in `keep_files` config (#945) @jaredcwhite
25-
- Add back in "Now serving", fix absolute URL bug in dev, fix missing 404 @jaredcwhite
26-
- Ensure front matter defaults are dot access hashes (#944) @jaredcwhite
27-
- Avoid duplication in r.bridgetown implementation (#939) @jeremyevans
17+
- Remove legacy doctor command [#966](https://github.com/bridgetownrb/bridgetown/pull/966) ([@jaredcwhite](https://github.com/jaredcwhite))
18+
- Better inspect output for Bridgetown::Collection [#968](https://github.com/bridgetownrb/bridgetown/pull/968) ([@jaredcwhite](https://github.com/jaredcwhite))
19+
- Add Viewable callable object mixin for Ruby components [#959](https://github.com/bridgetownrb/bridgetown/pull/959) ([@jaredcwhite](https://github.com/jaredcwhite))
20+
- Add `irb` gem as a dependency ([@jaredcwhite](https://github.com/jaredcwhite))
21+
- Add Enumerable to Paginator [#967](https://github.com/bridgetownrb/bridgetown/pull/967) ([@jaredcwhite](https://github.com/jaredcwhite))
22+
- Ensure symbol values for relations config still work ([@jaredcwhite](https://github.com/jaredcwhite))
23+
- docs: Add some file excludes for YARDoc generation [#964](https://github.com/bridgetownrb/bridgetown/pull/964) ([@jaredcwhite](https://github.com/jaredcwhite))
24+
- Show generic index file instead of crashing [#963](https://github.com/bridgetownrb/bridgetown/pull/963) ([@jaredcwhite](https://github.com/jaredcwhite))
25+
- Support minimalist installations with no `config.ru` or `Rakefile` (or anything other than `Gemfile` really) [#942](https://github.com/bridgetownrb/bridgetown/pull/942) ([@jaredcwhite](https://github.com/jaredcwhite))
26+
- Switch to `.bridgetown-cache/live_reload.txt` for live reload [#949](https://github.com/bridgetownrb/bridgetown/pull/949) ([@jaredcwhite](https://github.com/jaredcwhite))
27+
- Cache instantiated template objects for ERB and Serbea [#958](https://github.com/bridgetownrb/bridgetown/pull/958) ([@jaredcwhite](https://github.com/jaredcwhite))
28+
- Preserve the `_bridgetown` default value in `keep_files` config [#945](https://github.com/bridgetownrb/bridgetown/pull/945) ([@jaredcwhite](https://github.com/jaredcwhite))
29+
- Add back in "Now serving", fix absolute URL bug in dev, fix missing 404 ([@jaredcwhite](https://github.com/jaredcwhite))
30+
- Ensure front matter defaults are dot access hashes [#944](https://github.com/bridgetownrb/bridgetown/pull/944) ([@jaredcwhite](https://github.com/jaredcwhite))
31+
- Avoid duplication in r.bridgetown implementation [#939](https://github.com/bridgetownrb/bridgetown/pull/939) ([@jeremyevans](https://github.com/jeremyevans))
2832
- Update `gh_pages` bundled configuration [#943](https://github.com/bridgetownrb/bridgetown/pull/943) ([@konnorrogers](https://github.com/konnorrogers))
2933

3034
## [2.0.0.beta3] - 2024-11-16
3135

32-
- Fix regression in base_path support (#938)[#938](https://github.com/bridgetownrb/bridgetown/pull/938) ([@jaredcwhite](https://github.com/jaredcwhite))
33-
- Revamping of view layer docs for v2 (#912)[#912](https://github.com/bridgetownrb/bridgetown/pull/912) ([@jaredcwhite](https://github.com/jaredcwhite))
34-
- Update esbuild config to use ESM (#934)[#934](https://github.com/bridgetownrb/bridgetown/pull/934) ([@jaredcwhite](https://github.com/jaredcwhite))
36+
- Fix regression in base_path support [#938](https://github.com/bridgetownrb/bridgetown/pull/938) ([@jaredcwhite](https://github.com/jaredcwhite))
37+
- Revamping of view layer docs for v2 [#912](https://github.com/bridgetownrb/bridgetown/pull/912) ([@jaredcwhite](https://github.com/jaredcwhite))
38+
- Update esbuild config to use ESM [#934](https://github.com/bridgetownrb/bridgetown/pull/934) ([@jaredcwhite](https://github.com/jaredcwhite))
3539
- Support i18n with fast refresh (rerender multiple locales) [#937](https://github.com/bridgetownrb/bridgetown/pull/937) ([@jaredcwhite](https://github.com/jaredcwhite))
3640
- Remove all uses of just, simple, simply, and straightforward in the docs [#936](https://github.com/bridgetownrb/bridgetown/pull/936) ([@ayushn21](https://github.com/ayushn21))
3741
- Add additional possible error for Roda server [#910](https://github.com/bridgetownrb/bridgetown/pull/910) ([@KonnorRogers](https://github.com/KonnorRogers)) & ([@ayushn21](https://github.com/ayushn21))

Gemfile.lock

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
PATH
22
remote: bridgetown-builder
33
specs:
4-
bridgetown-builder (2.0.0.beta3)
5-
bridgetown-core (= 2.0.0.beta3)
4+
bridgetown-builder (2.0.0.beta4)
5+
bridgetown-core (= 2.0.0.beta4)
66

77
PATH
88
remote: bridgetown-core
99
specs:
10-
bridgetown-core (2.0.0.beta3)
10+
bridgetown-core (2.0.0.beta4)
1111
activesupport (>= 6.0, < 8.0)
1212
addressable (~> 2.4)
1313
amazing_print (~> 1.2)
14-
bridgetown-foundation (= 2.0.0.beta3)
14+
bridgetown-foundation (= 2.0.0.beta4)
1515
csv (~> 3.2)
1616
dry-inflector (>= 1.0)
1717
erubi (~> 1.9)
@@ -38,25 +38,25 @@ PATH
3838
PATH
3939
remote: bridgetown-foundation
4040
specs:
41-
bridgetown-foundation (2.0.0.beta3)
41+
bridgetown-foundation (2.0.0.beta4)
4242
hash_with_dot_access (~> 2.0)
4343
inclusive (~> 1.0)
4444
zeitwerk (~> 2.5)
4545

4646
PATH
4747
remote: bridgetown-paginate
4848
specs:
49-
bridgetown-paginate (2.0.0.beta3)
50-
bridgetown-core (= 2.0.0.beta3)
49+
bridgetown-paginate (2.0.0.beta4)
50+
bridgetown-core (= 2.0.0.beta4)
5151

5252
PATH
5353
remote: bridgetown
5454
specs:
55-
bridgetown (2.0.0.beta3)
56-
bridgetown-builder (= 2.0.0.beta3)
57-
bridgetown-core (= 2.0.0.beta3)
58-
bridgetown-foundation (= 2.0.0.beta3)
59-
bridgetown-paginate (= 2.0.0.beta3)
55+
bridgetown (2.0.0.beta4)
56+
bridgetown-builder (= 2.0.0.beta4)
57+
bridgetown-core (= 2.0.0.beta4)
58+
bridgetown-foundation (= 2.0.0.beta4)
59+
bridgetown-paginate (= 2.0.0.beta4)
6060

6161
GEM
6262
remote: https://rubygems.org/
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# frozen_string_literal: true
22

33
module Bridgetown
4-
VERSION = "2.0.0.beta3"
4+
VERSION = "2.0.0.beta4"
55
CODE_NAME = "(TBD!)"
66
end

bridgetown-website/Gemfile.lock

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
PATH
22
remote: ../bridgetown-builder
33
specs:
4-
bridgetown-builder (2.0.0.beta3)
5-
bridgetown-core (= 2.0.0.beta3)
4+
bridgetown-builder (2.0.0.beta4)
5+
bridgetown-core (= 2.0.0.beta4)
66

77
PATH
88
remote: ../bridgetown-core
99
specs:
10-
bridgetown-core (2.0.0.beta3)
10+
bridgetown-core (2.0.0.beta4)
1111
activesupport (>= 6.0, < 8.0)
1212
addressable (~> 2.4)
1313
amazing_print (~> 1.2)
14-
bridgetown-foundation (= 2.0.0.beta3)
14+
bridgetown-foundation (= 2.0.0.beta4)
1515
csv (~> 3.2)
1616
dry-inflector (>= 1.0)
1717
erubi (~> 1.9)
@@ -38,25 +38,25 @@ PATH
3838
PATH
3939
remote: ../bridgetown-foundation
4040
specs:
41-
bridgetown-foundation (2.0.0.beta3)
41+
bridgetown-foundation (2.0.0.beta4)
4242
hash_with_dot_access (~> 2.0)
4343
inclusive (~> 1.0)
4444
zeitwerk (~> 2.5)
4545

4646
PATH
4747
remote: ../bridgetown-paginate
4848
specs:
49-
bridgetown-paginate (2.0.0.beta3)
50-
bridgetown-core (= 2.0.0.beta3)
49+
bridgetown-paginate (2.0.0.beta4)
50+
bridgetown-core (= 2.0.0.beta4)
5151

5252
PATH
5353
remote: ../bridgetown
5454
specs:
55-
bridgetown (2.0.0.beta3)
56-
bridgetown-builder (= 2.0.0.beta3)
57-
bridgetown-core (= 2.0.0.beta3)
58-
bridgetown-foundation (= 2.0.0.beta3)
59-
bridgetown-paginate (= 2.0.0.beta3)
55+
bridgetown (2.0.0.beta4)
56+
bridgetown-builder (= 2.0.0.beta4)
57+
bridgetown-core (= 2.0.0.beta4)
58+
bridgetown-foundation (= 2.0.0.beta4)
59+
bridgetown-paginate (= 2.0.0.beta4)
6060

6161
GEM
6262
remote: https://rubygems.org/

0 commit comments

Comments
 (0)