Skip to content

Commit 8d1bee9

Browse files
authored
Release 0.12.0 (#240)
1 parent db8c8bd commit 8d1bee9

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## 0.12.0 - 2024-04-24
4+
5+
### Features
6+
7+
- Support the use of primary keys other than `id` when diffing ActiveRecord
8+
models. ([#237](https://github.com/mcmire/super_diff/pull/237))
9+
10+
### Contributors
11+
12+
This release features the following contributors:
13+
14+
- [@benk-gc](https://github.com/benk-gc)
15+
16+
Thank you!
17+
318
## 0.11.0 - 2024-02-10
419

520
### BREAKING CHANGES

lib/super_diff/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module SuperDiff
2-
VERSION = "0.11.0".freeze
2+
VERSION = "0.12.0".freeze
33
end

0 commit comments

Comments
 (0)