Skip to content

Commit

Permalink
Merge pull request #882 from samvera/3.0.0.beta1
Browse files Browse the repository at this point in the history
Release 3.0.0.beta1
  • Loading branch information
tpendragon authored Oct 19, 2021
2 parents 7084e58 + 0233e77 commit 24a9707
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
# v3.0.0.beta1 2021-10-18

## Changes since last release

* More informative NoMethodError for missing custom queries.
[no-reply](https://github.com/no-reply)
* Persisters error if you save something which existed at query time, but has
since been deleted.
* Shared write-only persisters.
* Solr ModelConverter performance.
* Don't hold open a file handle from StorageAdapter#upload/find_by
* Files can be #close'd.
* Remove Draper
* Remove deprecated string equality function.
* Remove deprecated BlacklistedValue.
* Allow reform upgrade to 2.6.
* Don't require a specific error message in shared specs
[tpendragon](https://github.com/tpendragon)

Additional thanks to the following for code review and issue reports leading to
this release:

[hackartisan](https://github.com/hackartisan)
[eliotjordan](https://github.com/eliotjordan)


# v2.2.0 2021-05-06

## Changes since last release
Expand Down
2 changes: 1 addition & 1 deletion lib/valkyrie/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# frozen_string_literal: true
module Valkyrie
VERSION = "2.2.0"
VERSION = "3.0.0.beta1"
end

0 comments on commit 24a9707

Please sign in to comment.