Skip to content

Commit

Permalink
Release 0.12.0 (#240)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmire authored Apr 25, 2024
1 parent db8c8bd commit 8d1bee9
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
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

0 comments on commit 8d1bee9

Please sign in to comment.