Releases: Piturnah/newdoku
Releases · Piturnah/newdoku
v0.6.1
v0.6.0
What's Changed
- Improved error handling by introducing
Newdoku::InsertError
andNewdoku::ParseError
- Moved
Sudoku::from_str
toimpl std::str::FromStr
- Added
clap
as a default dependency so it can be disabled if only downloading the library
Full Changelog: v0.5.0...v0.6.0
v0.5.0
v0.4.2
v0.4.1
What's Changed
- Improve documentation in readme
- Remove
demo.gif
from crates.io package
Full Changelog: v0.4.0...v0.4.1
v0.4.0
What's Changed
- Made
Sudoku.is_full()
public - Made
Sudoku.try_insert()
public
Full Changelog: v0.3.0...v0.4.0
v0.3.0
What's Changed
- Improved documentation
- Implemented
PartialEq
forSudoku
Full Changelog: v0.2.0...v0.3.0