We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25d15e5 commit cd3f79eCopy full SHA for cd3f79e
CHANGELOG.MD
@@ -1,5 +1,15 @@
1
# Changelog
2
3
+## Subroutine 4.5.0
4
+
5
+Include both type and message when inheriting field-level errors.
6
7
+## Subroutine 4.4.0
8
9
+Add lazy option to outputs to delay execution of output if not needed.
10
+Support ActiveRecord 8 tests
11
+Dependency updates
12
13
## Subroutine 4.3.0
14
15
Default repository to Ruby 3.3.7, and gem to a minimum version of 3.2.0.
lib/subroutine/version.rb
@@ -3,7 +3,7 @@
module Subroutine
MAJOR = 4
- MINOR = 4
+ MINOR = 5
PATCH = 0
PRE = nil
0 commit comments