grange-insurance/cuke_commander

View on GitHub
CHANGELOG.md

Summary

Maintainability
Test Coverage
# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).


## [Unreleased]

### Removed
 - Dropped support for Ruby 1.x. Currently supported Ruby versions are 2.x and 3.x.

### Changed
 - No longer including every file in the Git repository as part of the gem. Only the files needed for using the
   gem (and the informative ones like the README) will be packaged into the released gem.


## [1.1.0] - 2015-05-05

### Added
 - Command lines can now be generated using the longer forms of options (e.g. '--tags' instead of '-t').


## [1.0.0] - 2015-03-20

Initial release


[Unreleased]: https://github.com/enkessler/cuke_commander/compare/v1.1.0...HEAD
[1.1.0]: https://github.com/enkessler/cuke_commander/compare/v1.0.0...v1.1.0
[1.0.0]: https://github.com/enkessler/cuke_commander/compare/86f9b595c7ed689cd812f35afdbf411ee4ad6fbd...v1.0.0