Skip to content

Commit

Permalink
Releasing version 5.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jrgriffiniii committed Sep 30, 2019
1 parent 820b5f3 commit 0655d1e
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ jobs:
default: 1.17.3
rails_version:
type: string
solr_config_path:
type: string
default: '.internal_test_app/solr/conf'
executor:
name: 'samvera/ruby_fcrepo_solr'
ruby_version: << parameters.ruby_version >>
Expand All @@ -35,7 +38,7 @@ jobs:
- samvera/engine_cart_generate:
cache_key: v1-internal-test-app-{{ checksum "hydra-editor.gemspec" }}-{{ checksum "spec/test_app_templates/lib/generators/test_app_generator.rb" }}-<< parameters.rails_version >>-<< parameters.ruby_version >>
- samvera/install_solr_core:
solr_config_path: .internal_test_app/solr/config
solr_config_path: << parameters.solr_config_path >>
- samvera/bundle_for_gem:
ruby_version: << parameters.ruby_version >>
bundler_version: << parameters.bundler_version >>
Expand Down
10 changes: 10 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# History of hydra-editor releases

## 5.0.1
* 2019-09-30: Update the dependency for the `simple_form` Gem to 5.0.x releases

## 5.0.0
* 2019-03-26: Added CodeClimate [@cjcolvar]
* 2019-03-26: Updates testing for Rails support to releases 5.2.2, 5.1.6.1, and 5.0.7.1 [@cjcolvar]
* 2019-03-26: Updates simple_form to releases 4.1.0 (or later) [@cjcolvar]
* 2019-03-26: Updates engine_cart to release 2.2 [@cjcolvar]
* 2018-08-14: Updates the repository documentation in compliance with the guidelines of the Core Component Maintenance Working Group [@botimer]

## 4.0.2
* 2018-05-10: MultiValue gets values from object methods and attributes [afred]

Expand Down
2 changes: 1 addition & 1 deletion lib/hydra_editor/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module HydraEditor
VERSION = '5.0.0'.freeze
VERSION = '5.0.1'.freeze
end

0 comments on commit 0655d1e

Please sign in to comment.