Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## Subroutine 4.5.0

Include both type and message when inheriting field-level errors.

## Subroutine 4.4.0

Add lazy option to outputs to delay execution of output if not needed.
Support ActiveRecord 8 tests
Dependency updates

## Subroutine 4.3.0

Default repository to Ruby 3.3.7, and gem to a minimum version of 3.2.0.
Expand Down
2 changes: 1 addition & 1 deletion lib/subroutine/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
module Subroutine

MAJOR = 4
MINOR = 4
MINOR = 5
PATCH = 0
PRE = nil

Expand Down