Skip to content

Commit

Permalink
Merge pull request #217 from samvera/release_prep_6.2
Browse files Browse the repository at this point in the history
Release prep 6.2
  • Loading branch information
cjcolvar authored Feb 6, 2023
2 parents ea7e22d + 69b914e commit 4d36660
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 4 deletions.
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

0 comments on commit 4d36660

Please sign in to comment.