Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 844 Bytes

Changelog.md

File metadata and controls

33 lines (25 loc) · 844 Bytes

X.X.X (Next)

  • Fix automatic require
  • Fix the Libbz2::finalizer method.

Tooling and internal changes

  • Fix tests on Windows
  • Use github actions for CI
  • Add require statement to the example
  • Add LICENSE file
  • Use Markdown for the LICENSE and tidy up the README.
  • Update GitHub Actions workflows.
  • Update version of Rake to fix security alert.
  • Remove Pry and Guard development dependencies.
  • Update minimum version of RubyZip required.
  • Update MiniTest dependency.
  • Add a test to ensure correct version number format.
  • Add `bin/console'.
  • Require MFA for RubyGems operations.
  • Tighten-up RuboCop configuration.

0.0.1

  • Initial version

About this Changelog file

This file is, at least in part, generated by the following command:

$ git log --pretty=format:"* %s" --reverse --no-merges <commit-hash>..