Skip to content

Commit cd3f79e

Browse files
authored
bump to v4.5.0 (#96)
1 parent 25d15e5 commit cd3f79e

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.MD

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

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+
313
## Subroutine 4.3.0
414

515
Default repository to Ruby 3.3.7, and gem to a minimum version of 3.2.0.

lib/subroutine/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
module Subroutine
44

55
MAJOR = 4
6-
MINOR = 4
6+
MINOR = 5
77
PATCH = 0
88
PRE = nil
99

0 commit comments

Comments
 (0)