Skip to content

Latest commit

 

History

History
78 lines (62 loc) · 3.06 KB

CHANGELOG.md

File metadata and controls

78 lines (62 loc) · 3.06 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

1.0.0 - 2024-04-11

Changed

0.2.2 - 2022-05-09

Fixed

0.2.1 - 2022-05-02

Changed

  • Add a reverse order for Diff to display the correct sequence of merge commits. (@chubchenko)

0.2.0 - 2021-12-20

Added

0.1.5 - 2021-11-11

Fixed

  • Add fall back in case of the primary server is not defined. (@chubchenko)
  • Require json to convert Hash object to JSON. (@chubchenko)

0.1.4 - 2021-07-27

Fixed

  • Ensure that :current_revision exists during rollback. (@chubchenko)

0.1.3 - 2021-06-14

Changed

Fixed

  • Change commit message encoding to UTF-8. (@chubchenko)

0.1.2 - 2021-06-03

Changed

  • Use I18n.t instead of t. (@chubchenko)
  • Use forwardable instead of method_missing + respond_to_missing?. (@chubchenko)
  • Use the On module to interact with the remote server. (@chubchenko)
  • Extracted hooks and defaults from slacky.rake into separate files. (@chubchenko)
  • Renamed #to_json to #as_json. (@chubchenko)
  • Updated hooks from before to after. (@chubchenko)
  • Added 💯 test coverage. (@chubchenko)

Fixed

  • Use @env instance variable instead of missing getter env. (@chubchenko)
  • Update your SSH regex to match the repository with a dash in the name. (@chubchenko)
  • Use SSHKit::Backend.current.capture instead of IO.popen to perform git log .. on the remote server. (@chubchenko)

Security

  • Fix possible command injection during the duration retrieval. (@chubchenko)

0.1.1 - 2021-05-27

Fixed

  • Fix a bug related to using a Null messaging. (@chubchenko)

0.1.0 - 2021-05-26

Added