We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db8c8bd commit 8d1bee9Copy full SHA for 8d1bee9
CHANGELOG.md
@@ -1,5 +1,20 @@
1
# Changelog
2
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
18
## 0.11.0 - 2024-02-10
19
20
### BREAKING CHANGES
lib/super_diff/version.rb
@@ -1,3 +1,3 @@
module SuperDiff
- VERSION = "0.11.0".freeze
+ VERSION = "0.12.0".freeze
end
0 commit comments