From ceb11d8d02460a33569b949f6e3cf4f7e9359d53 Mon Sep 17 00:00:00 2001 From: Jeremy Friesen Date: Tue, 9 Jun 2020 14:25:35 -0400 Subject: [PATCH] Bumping to version v9.0.8 Related to #1394 --- History.txt | 27 +++++++++++++++++++++++++++ lib/active_fedora/version.rb | 2 +- 2 files changed, 28 insertions(+), 1 deletion(-) diff --git a/History.txt b/History.txt index fee1f99cb..16b89ebc3 100644 --- a/History.txt +++ b/History.txt @@ -1,3 +1,30 @@ +v9.0.8 + + 2015-04-15: Revert "Move the indexing logic to the model. Fixes #736" + [Justin Coyne] (cabb9057) + + 2015-04-15: Fix deleting from a HABTM when the inverse_of is a + has_many. Fixes #763 [Justin Coyne] (b1e67fb1) + + 2015-04-15: Remove a spec that is a duplicate of + integration/collection_association_spec.rb:92 [Justin Coyne] + (bdafd50d) + + 2015-04-15: Leverage the code in AssociationRelation to find the + inverse. Fixes #760 [Justin Coyne] (c764ea70) + + 2015-04-15: Make #translate_id_to_uri/uri_to_id reliable. [Trey + Terrell] (80a4e3fd) + + 2015-04-15: Find best model match in case of inheritance [Stuart + Kenny] (481a9cd4) + + 2015-04-15: Requires 'deprecation' for ActiveFedora::File [Andrew + Myers] (14be5cf6) + + 2015-04-07: The indexing hints should be inheritable [Justin Coyne] + (c8d41b91) + v9.0.7 2015-04-06: Only set/save the inverse on a HABTM if the inverse is also HABTM previously we were getting: [Justin Coyne] diff --git a/lib/active_fedora/version.rb b/lib/active_fedora/version.rb index 8feef7d6f..c2fdc98af 100644 --- a/lib/active_fedora/version.rb +++ b/lib/active_fedora/version.rb @@ -1,3 +1,3 @@ module ActiveFedora - VERSION = "9.0.7" + VERSION = "9.0.8" end