Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 1.02 KB

CHANGELOG.md

File metadata and controls

34 lines (26 loc) · 1.02 KB

CHANGELOG for git_lib

Inspired by Keep a Changelog.

Note: this project adheres to Semantic Versioning.

2.1.0 - 2021-12-13

Changed

  • Changed commit_diff_refs to handle the nil case for ancestor_ref

2.0.0 - 2021-08-24

Changed

  • Add required repository: to GitCommit.

1.2.0 - 2020-07-13

Added

  • Add support for Rails 5 and 6.
  • Add Appraisal and Jenkinsfile to test Rails 4, 5, 6.

Changed

  • Modernize gemspec and Gemfile some more.
  • Allow Activesupport > 4.

1.1.1 - 2020-06-23

Changed

  • Allow Rails '~> 4.2'.
  • Clean up gemspec and Gemfile; bundle update.
  • Add magic frozen_string_literal: true comment everywhere.
  • Clean up Rakefile.