File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed
Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44
55The 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
Original file line number Diff line number Diff line change 33class Roda
44 module RodaPlugins
55 module Phlex
6- VERSION = "0.2.0 "
6+ VERSION = "1.0.0.beta1 "
77 end
88 end
99end
You can’t perform that action at this time.
0 commit comments