Skip to content

Commit 49246b8

Browse files
committed
Update changelog
1 parent f3375c4 commit 49246b8

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

changelog.yml

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
11
---
2+
- version: 1.3.0
3+
summary:
4+
date: 2025-01-04
5+
changed:
6+
- "Set minimum Ruby version to 3.1 (@flash-gordon)"
27
- version: 1.2.0
38
summary:
49
date: 2024-07-03
510
changed:
611
- |-
7-
Allow `Dry::Configurable` mixin to be included multiple times in a class hierarchy (#164 by @timriley)
12+
Allow `Dry::Configurable` mixin to be included multiple times in a class hierarchy (#164 by @timriley)
813
- |-
914
Deprecate `Dry::Configurable::AlreadyIncludedError` (#164 by @timriley)
1015
- version: 1.1.0

lib/dry/configurable/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
module Dry
44
module Configurable
55
# @api public
6-
VERSION = "1.2.0"
6+
VERSION = "1.3.0"
77
end
88
end

0 commit comments

Comments
 (0)