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
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## 0.12.0 - 2024-04-24

### Features

- Support the use of primary keys other than `id` when diffing ActiveRecord
models. ([#237](https://github.com/mcmire/super_diff/pull/237))

### Contributors

This release features the following contributors:

- [@benk-gc](https://github.com/benk-gc)

Thank you!

## 0.11.0 - 2024-02-10

### BREAKING CHANGES
Expand Down
2 changes: 1 addition & 1 deletion lib/super_diff/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module SuperDiff
VERSION = "0.11.0".freeze
VERSION = "0.12.0".freeze
end