Skip to content

Commit

Permalink
Release version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tpendragon committed Mar 23, 2018
1 parent 0cf4156 commit 47a4fcc
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,25 @@
# v1.0.0 2018-03-23

## Changes since last release

* Final release of 1.0.0!
* Support slashes in IDs for Fedora adapter.
[dlpierce](https://github.com/dlpierce)
* Added find_many_by_ids query.
* Enforces only persisting arrays - no scalars.
* Fixes casting edge cases for `Set` and `Array`.
* Significantly improved documentation
* Support `Booleans`
* Support `RDF::Literal`
* Fix support for `DateTime`.
* Fix rake tasks leaking out of gem.
* Extract derivatives/file characterization to
[valkyrie-derivatives](https://github.com/samvera-labs/valkyrie-derivatives)
* ChangeSet shared spec
* Allow strings as an argument for find_by.
* Improve development documentation.
* Throw error on `find_inverse_references_by` for unsaved `resource`.

# v1.0.0.RC2 2018-03-14

## Changes since last release
Expand Down
2 changes: 1 addition & 1 deletion lib/valkyrie/version.rb
@@ -1,4 +1,4 @@
# frozen_string_literal: true
module Valkyrie
VERSION = "1.0.0.rc2"
VERSION = "1.0.0"
end

0 comments on commit 47a4fcc

Please sign in to comment.