Skip to content

Latest commit

 

History

History
146 lines (91 loc) · 7.42 KB

CHANGELOG.md

File metadata and controls

146 lines (91 loc) · 7.42 KB

Change log

v0.8.0 (Jan 11, 2021)

Feature

Dependabot

  • #201 Update bundler requirement from ~> 1.16 to ~> 2.2 (@ryz310)
  • #221 ryz310/dependabot/bundler/rubocop-1.8.0 (@ryz310)
  • #222 Update simplecov requirement from = 0.17.1 to = 0.21.2 (@ryz310)
  • #227 ryz310/dependabot/bundler/rubocop-1.8.1 (@ryz310)

v0.7.2 (Jan 04, 2021)

Bugfix

  • #217 Use ** to keyword argument for Ruby 3.0 (@ryz310)

v0.7.1 (Jan 04, 2021)

Bugfix

v0.7.0 (Jan 04, 2021)

Breaking Change

Rubocop Challenger

  • #129 Performance/StartWith-20200523233027 (@ryz310)
  • #206 Re-generate .rubocop_todo.yml with RuboCop v1.7.0 (@ryz310)

Dependabot

  • #74 Bump thor from 1.0.0 to 1.0.1 (@ryz310)
  • #112 ryz310/dependabot/bundler/pry-byebug-3.9.0 (@ryz310)
  • #176 ryz310/dependabot/bundler/rspec-3.10.0 (@ryz310)
  • #200 ryz310/dependabot/bundler/rubocop-1.6.1 (@ryz310)
  • #203 ryz310/dependabot/bundler/rubocop-rspec-2.1.0 (@ryz310)
  • #204 ryz310/dependabot/bundler/rake-13.0.2 (@ryz310)
  • #207 ryz310/dependabot/bundler/yard-0.9.26 (@ryz310)
  • #210 ryz310/dependabot/bundler/rubocop-performance-1.9.2 (@ryz310)

Misc

v0.6.1 (Nov 22, 2019)

Misc

  • #64 Bump rubocop-performance from 1.5.0 to 1.5.1 (@ryz310)
  • #63 ryz310/dependabot/bundler/rake-13.0.1 (@ryz310)
  • #65 Update ruby-orbs orb to v1.4.5 (@ryz310)

v0.6.0 (Nov 03, 2019)

Feature

v0.5.0 (Nov 02, 2019)

Feature

  • #48 Add TODO list for the release flow (@ryz310)
  • #49 Add pull request author names to the changelog generator feature (@ryz310)
  • #54 Add to todo list to check version numbering (@ryz310)

Bugfix

  • #50 Fixed broken version number parsing including obsolete version numbers (@ryz310)
  • #51 Fix author name parsing (@ryz310)

Misc

v0.4.0 (Oct 27, 2019)

Feature

  • #32 Modify to display gem versions sorted by tagged date (@ryz310)
  • #33 Add the legend to creating pull requests (@ryz310)
  • #36 Open the GitHub pull request page at release (@ryz310)

Bugfix

  • #34 Fix broken links included by the modified change log (@ryz310)

Breaking Change

  • #35 Changelog initializer (@ryz310)
    • The $ gem_comet changelog command options has changed:
      • Before:
        • $ gem_comet changelog --from=0.1.0 --to=0.1.1
      • After:
        • $ gem_comet changelog --version=v0.1.1

v0.3.0 (Oct 19, 2019)

Feature

  • #27 Enhance the feature of changelog command (@ryz310)

Misc

  • #25 Re-generate .rubocop_todo.yml with RuboCop v0.75.1 (@ryz310)

v0.2.0 (Oct 13, 2019)

Feature

v0.1.1 (Oct 13, 2019)

Bugfix

Misc

  • #3 Re-generate .rubocop_todo.yml with RuboCop v0.73.0 (@ryz310)
  • #5 Re-generate .rubocop_todo.yml with RuboCop v0.74.0 (@ryz310)
  • #13 Re-generate .rubocop_todo.yml with RuboCop v0.75.0 (@ryz310)
  • #9 ryz310/dependabot/bundler/rake-tw-13.0 (@ryz310)
  • #14 ryz310/dependabot/bundler/rubocop-performance-1.5.0 (@ryz310)
  • #17 ryz310/dependabot/bundler/rspec-3.9.0 (@ryz310)

v0.1.0 (Jul 15, 2019)

Initial release 🚀