Skip to content

Commit e456dc2

Browse files
committed
Prep 0.3.0 release
1 parent 5673c0d commit e456dc2

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
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

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
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)

lib/trenchcoat/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Trenchcoat
4-
VERSION = "0.2.0"
4+
VERSION = "0.3.0"
55
end

0 commit comments

Comments
 (0)