File tree Expand file tree Collapse file tree 3 files changed +14
-2
lines changed
Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 11## [ Unreleased]
22
3+ ## [ 0.3.0] - 2025-08-18
4+
5+ - ` quack_like ` also delegates ` new_record? `
6+ - https://github.com/practical-computer/trenchcoat/pull/5
7+ - ` fallback_to_model_values ` normalizes ` original_attributes_hash `
8+ - https://github.com/practical-computer/trenchcoat/pull/4
9+
10+ ## [ 0.2.0] - 2025-05-07
11+
12+ - ` copy_attribute_definitions ` uses ` type_for_attribute ` , ` fallback_to_model_values ` checks ` against original_attributes_hash `
13+ - https://github.com/practical-computer/trenchcoat/pull/1
14+
315## [ 0.1.0] - 2025-05-06
416
517- Initial release
Original file line number Diff line number Diff line change 11PATH
22 remote: .
33 specs:
4- trenchcoat (0.2 .0 )
4+ trenchcoat (0.3 .0 )
55 activemodel (>= 7.0 )
66 activerecord (>= 7.0 )
77 activesupport (>= 7.0 )
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22
33module Trenchcoat
4- VERSION = "0.2 .0"
4+ VERSION = "0.3 .0"
55end
You can’t perform that action at this time.
0 commit comments