Skip to content

Releases: Piturnah/newdoku

v0.6.1

21 Jul 20:25
Compare
Choose a tag to compare

What's Changed?

  • Fixed inaccurate documentation in README's quick start guide.

Full Changelog: v0.6.0...v0.6.1

v0.6.0

21 Jul 17:55
Compare
Choose a tag to compare

What's Changed

  • Improved error handling by introducing Newdoku::InsertError and Newdoku::ParseError
  • Moved Sudoku::from_str to impl 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

20 Jun 21:48
Compare
Choose a tag to compare

What's Changed

  • Added support for Windows terminals

Full Changelog: v0.4.2...v0.5.0

v0.4.2

10 Jun 00:45
Compare
Choose a tag to compare

What's Changed

  • Minor performance improvements

Full Changelog: v0.4.1...v0.4.2

v0.4.1

04 Jun 11:09
Compare
Choose a tag to compare

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

02 Jun 12:20
Compare
Choose a tag to compare

What's Changed

  • Made Sudoku.is_full() public
  • Made Sudoku.try_insert() public

Full Changelog: v0.3.0...v0.4.0

v0.3.0

31 May 20:45
Compare
Choose a tag to compare

What's Changed

  • Improved documentation
  • Implemented PartialEq for Sudoku

Full Changelog: v0.2.0...v0.3.0

v0.2.0

31 May 16:39
Compare
Choose a tag to compare

What's Changed

  • Add the ability to solve a specific sudoku without needing to create a file to load by @morrigan-plus-plus in #1

New Contributors

  • @morrigan-plus-plus made their first contribution in #1

Full Changelog: v0.1.0...v0.2.0

v0.1.0

30 May 21:24
Compare
Choose a tag to compare