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

Prepare for 3.5.0 #176

Merged
merged 3 commits into from
Aug 7, 2023
Merged

Prepare for 3.5.0 #176

merged 3 commits into from
Aug 7, 2023

Commits on Aug 7, 2023

  1. Prepare for 3.5.0

    - 1 bug fix:
    
      - Added a definition of `MIME::Type#hash`. Contributed by Alex Vondrak
        in [#167][], fixing [#166][].
    
    - Dependency and CI updates:
    
      - Update the .github/workflows/ci.yml workflow to test Ruby 3.2 and
        more reliably test certain combinations rather than depending on
        exclusions.
    
      - Change `.standard.yml` configuration to format for Ruby 2.3 as
        certain files are not properly detected with Ruby 2.0.
    
        - Change from `hoe-git` to `hoe-git2` to support Hoe version 4.
    
        - Apply `standardrb --fix`.
    
        - The above changes have resulted in the soft deprecation of Ruby
          versions below 2.6. Any errors reported for Ruby versions 2.0,
          2.1, 2.2, 2.3, 2.4, and 2.5 will be resolved, but maintaining CI
          for these versions is unsustainable.
    
    [#166]: #166
    [#167]: #167
    halostatue committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    c7ca8b2 View commit details
    Browse the repository at this point in the history
  2. Change logging to debug level.

    ...for the 'already registered' warning.
    
    Closes #170.
    dogweather authored and halostatue committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    ceec17c View commit details
    Browse the repository at this point in the history
  3. Update release documentation for logging changes

    - Also update other message log levels.
    halostatue committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    24c6da7 View commit details
    Browse the repository at this point in the history