Releases: samvera/hydra-role-management
Releases · samvera/hydra-role-management
v1.1.0
What's Changed
This was uploaded via automation. by @jeremyf in #61
- Adds Circle CI step that fails if branch name is master by @jrgriffiniii in #63
- Ensuring that CircleCI executes nightly test suites by @jrgriffiniii in #67
- Test with rails 6.1 by @cjcolvar in #70
- Updating the Product Owner information in preparation for the 2022 autumn request for maintenance by @jrgriffiniii in #71
- Test on latest ruby and rails versions by @randalldfloyd in #74
- Release 1.1.0 by @randalldfloyd in #75
New Contributors
Full Changelog: v1.0.3...v1.1.0
v1.0.2
Changes
- Created a
CHANGELOG
(which complies with the Keep a Changelog format) [@bess] - Loosened
json
version requirement to accommodatejson
2.x, which will allow this gem to work on Bundler 2.x systems, which come pre-installed withjson
2.x [@bess]
v1.0.1
Changes
- Use user.id instead of user in the path for the "Remove User" delete action [@coblej]
- Ensured that more complex Devise routes are not broken by the insertion of mount
Hydra::RoleManagement::Engine => '/'
[@jrgriffiniii] - Updated docs according to Core Component Maintenance Working Group templates [@botimer]
- Integrated Bixby and RuboCop; Removing support for Rails 3. [@jrgriffiniii]
- Updated the dependencies to support bundler 2.0.x releases and to require engine_cart 2.1.x releases [@jrgriffiniii]
- Initialized the CircleCI config. using samvera/circleci-orb as an Orb and deprecated Travis CI as a continuous integration service [@jrgriffiniii]
- Updated the CircleCI configuration to test against Rails release 5.1.7 [@jrgriffiniii]
- Updated the CircleCI Ruby versions 2.5.5 and 2.4.6 and Rails versions 5.2.3 and 5.1.7 [@botimer]
Hydra::RoleManagement 1.0
- Rails 5 style database migrations
- No more compatibility with Rails 3 or 4
Hydra::RoleManagement 0.2.2
The 0.2.2 version of Hydra::RoleManagement includes a fix that removes a generator step that is no longer necessary for, and sometimes causes hard to find breakages in, Rails 4 applications (#20).
See the Changes section below for an exhaustive list of the work that has gone into this release. Thanks to the contributors for this release: @rotated8, @jcoyne, and @mjgiarlo.
Upgrade notes
To upgrade to 0.2.2, point your Gemfile at hydra-role-management 0.2.2 and run bundle update hydra-role-management
.