Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release prep 6.2 #217

Merged
merged 2 commits into from
Feb 6, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github_changelog_generator
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
unreleased=true
future-release=6.1.0
future-release=6.2.0
20 changes: 18 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,23 @@
# Changelog

## [6.1.0](https://github.com/samvera/hydra-editor/tree/6.1.0) (2022-08-03)
## [6.2.0](https://github.com/samvera/hydra-editor/tree/6.2.0) (2023-01-31)

[Full Changelog](https://github.com/samvera/hydra-editor/compare/v6.0.0...6.1.0)
[Full Changelog](https://github.com/samvera/hydra-editor/compare/v6.1.0...6.2.0)

**Closed issues:**

- Support Ruby 3.0.3 [\#200](https://github.com/samvera/hydra-editor/issues/200)
- Support Rails 6.1 releases [\#199](https://github.com/samvera/hydra-editor/issues/199)

**Merged pull requests:**

- Test with newer ruby and rails versions [\#216](https://github.com/samvera/hydra-editor/pull/216) ([cjcolvar](https://github.com/cjcolvar))
- Updating support for Ruby 2.7.7 [\#215](https://github.com/samvera/hydra-editor/pull/215) ([jrgriffiniii](https://github.com/jrgriffiniii))
- Updating the Product Owner information in preparation for the 2022 autumn request for maintenance [\#213](https://github.com/samvera/hydra-editor/pull/213) ([jrgriffiniii](https://github.com/jrgriffiniii))

## [v6.1.0](https://github.com/samvera/hydra-editor/tree/v6.1.0) (2022-08-03)

[Full Changelog](https://github.com/samvera/hydra-editor/compare/v6.0.0...v6.1.0)

**Implemented enhancements:**

Expand All @@ -16,6 +31,7 @@

**Merged pull requests:**

- Update changelog before release [\#212](https://github.com/samvera/hydra-editor/pull/212) ([cjcolvar](https://github.com/cjcolvar))
- Prepare for 6.1 release [\#211](https://github.com/samvera/hydra-editor/pull/211) ([cjcolvar](https://github.com/cjcolvar))
- Test on rails 6.1 [\#210](https://github.com/samvera/hydra-editor/pull/210) ([hackartisan](https://github.com/hackartisan))
- Ensures that CircleCI executes nightly test suites [\#207](https://github.com/samvera/hydra-editor/pull/207) ([jrgriffiniii](https://github.com/jrgriffiniii))
Expand Down
1 change: 1 addition & 0 deletions hydra-editor.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Gem::Specification.new do |s|
s.homepage = "http://github.com/samvera/hydra-editor"
s.summary = "A basic metadata editor for hydra-head"
s.description = "A basic metadata editor for hydra-head"
s.metadata = { "rubygems_mfa_required" => "true" }

s.files = Dir["{app,config,db,lib}/**/*"] + ["Rakefile", "README.md", "History.md"]

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 = '6.1.0'.freeze
VERSION = '6.2.0'.freeze
end