Skip to content

Commit 23049f2

Browse files
committed
Version bump 1.0.0.beta1
1 parent ae48592 commit 23049f2

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

CHANGELOG.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/)
66

7-
## [Unreleased]
7+
## [1.0.0.beta1] - 2025-01-06
88

99
### Added
1010

@@ -24,8 +24,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/)
2424
- `#phlex_layout`, `#phlex_layout_opts`, `#phlex_layout_handler` no longer accept a value to set their value.
2525
Use their corresponding `#set_*` methods instead.
2626

27-
### Deprecated
28-
2927
### Removed
3028

3129
- `delegate: :all` plugin option removed. You need to specify the methods to delegate explicitly.
@@ -38,8 +36,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/)
3836
The value passed as `:layout_opts` plugin config is now `dup`ed on first use.
3937
Note, that mutating nested objects will still affect the original hash.
4038

41-
### Security
42-
4339
## [0.2.0] - 2024-12-13
4440

4541
### Added

lib/roda/phlex.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
class Roda
44
module RodaPlugins
55
module Phlex
6-
VERSION = "0.2.0"
6+
VERSION = "1.0.0.beta1"
77
end
88
end
99
end

0 commit comments

Comments
 (0)