Skip to content

Commit

Permalink
prep for 2.13 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jrochkind committed Nov 21, 2023
1 parent 0801ae6 commit e2d04c4
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 5 deletions.
17 changes: 13 additions & 4 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,27 @@

### Added

* Kithe::Model sub-classes filter_attributes :json_attributes https://github.com/sciencehistory/kithe/pull/169
*

* New method Kithe::Model.kithe_earlier_after_commit can be used to register an after_commit
hook that will fire BEFORE any existing after_commit hooks -- including shrine promotion-related
ones -- and will work consistently in any version of Rails including Rails 7.1 with run_after_transaction_callbacks_in_order_defined. https://github.com/sciencehistory/kithe/pull/178
*

### Fixed

*

*


## 2.13.0

### Added

* Kithe::Model sub-classes filter_attributes :json_attributes https://github.com/sciencehistory/kithe/pull/169

* New method Kithe::Model.kithe_earlier_after_commit can be used to register an after_commit
hook that will fire BEFORE any existing after_commit hooks -- including shrine promotion-related
ones -- and will work consistently in any version of Rails including Rails 7.1 with run_after_transaction_callbacks_in_order_defined. https://github.com/sciencehistory/kithe/pull/178

## 2.12.0

### Added
Expand Down
2 changes: 1 addition & 1 deletion lib/kithe/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Kithe
VERSION = '2.12.0'
VERSION = '2.13.0'
end

0 comments on commit e2d04c4

Please sign in to comment.