Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 794 Bytes

CHANGELOG.md

File metadata and controls

29 lines (22 loc) · 794 Bytes

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.

[0.0.5]

Changed

  • Now require 'twisty_puzzles' also requires the native extensions.

[0.0.4]

Fixed

Fixed path in extconf.

[0.0.3]

Fixed

Added extension source files to gem files.

[0.0.2]

Changed

  • Now a simple require 'twisty_puzzles' is enough, users don't need to require files separately.

Fixed

  • Syntax error in file that wasn't included in tests previously.
  • Rubocop fixes across the codebase.

[0.0.1]

Added

  • Split off core twisty puzzles functionality from cube_trainer repo into a Gem.