Skip to content

Commit

Permalink
Release 6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kspurgin committed Aug 25, 2024
1 parent c446c00 commit dac92ef
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,14 @@ This project bumps the version number for any changes (including documentation u

## [Unreleased] - i.e. pushed to main branch but not yet tagged as a release

## [6.0.0] - 2024-08-24
- **Breaking**
- Revert to activesupport v. 6.0.4.7 for compatibility with CSV Importer
- `Response.terms` now returns an Array of `UsedTerm` objects instead of Hashes
- Add `UsedTerm.missing?` convenience method
- Fix bug where `DataHandler` could not handle a batch config passed as a String
- Fix bug where `HandlerFullRecord.process` failed if passed a Hash instead of a `Response`

## [5.0.6] - 2024-02-11
- Return date details responses early if there are errors, to avoid exceptions

Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ GIT
PATH
remote: .
specs:
collectionspace-mapper (5.0.6)
collectionspace-mapper (6.0.0)
activesupport (= 6.0.4.7)
chronic
collectionspace-client (~> 0.15.0)
Expand Down
2 changes: 1 addition & 1 deletion lib/collectionspace/mapper/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module CollectionSpace
module Mapper
VERSION = "5.0.6"
VERSION = "6.0.0"
end
end

0 comments on commit dac92ef

Please sign in to comment.