Releases: cubing/cubing.rs
Releases · cubing/cubing.rs
v0.13.10
v0.13.9
Release notes:
- [alg-cli] Accept
--stdin
instead of requiring an alg as an argument - [alg-cli] Add a
parse
subcommand`.
v0.13.8
Release notes:
- Update the alg CLI binary to be
alg
.
v0.13.7
Release notes:
- [alg] Invert
/
to/
(matchingcubing.js
).
v0.13.6
Release notes:
- [kpuzzle] Export
InvalidMoveError
.
v0.13.5
Release notes:
- [kpuzzle] Adjust
Debug
forKPattern
andKTransformation
to take up fewer lines.
v0.13.4
Release notes:
- [alg] Parse and serialize Square-1 tuples.
v0.13.3
Release notes:
- [kpuzzle] Remove a print statement from
KTransformation::self_multiply(…)
.
v0.13.2
Release notes:
- [kpuzzle] Change
.packed_orbit_data()
(method onKPattern
andKTransformation
) return type back to a non-mutable reference, and add.packed_orbit_data_mut(…)
instead.
v0.13.1
Release notes:
- [kpuzzle] Change
.packed_orbit_data()
(method onKPattern
andKTransformation
) to return a mutable reference.