We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3375c4 commit 49246b8Copy full SHA for 49246b8
changelog.yml
@@ -1,10 +1,15 @@
1
---
2
+- version: 1.3.0
3
+ summary:
4
+ date: 2025-01-04
5
+ changed:
6
+ - "Set minimum Ruby version to 3.1 (@flash-gordon)"
7
- version: 1.2.0
8
summary:
9
date: 2024-07-03
10
changed:
11
- |-
- 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)
13
14
Deprecate `Dry::Configurable::AlreadyIncludedError` (#164 by @timriley)
15
- version: 1.1.0
lib/dry/configurable/version.rb
@@ -3,6 +3,6 @@
module Dry
module Configurable
# @api public
- VERSION = "1.2.0"
+ VERSION = "1.3.0"
end
0 commit comments