Skip to content
This repository has been archived by the owner on Dec 9, 2024. It is now read-only.

Releases: clechasseur/pokerust

v0.2.0

30 Dec 07:05
Compare
Choose a tag to compare

New major release that brings dependencies up-to-date, improves code coverage and includes one breaking change: when a validation error is reported while validating the data in a POST request, instead of returning 400 Bad Request, we now return 422 Unprocessable Entity.

What's Changed

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

v0.1.0

22 Dec 06:49
f40ae54
Compare
Choose a tag to compare

Initial release. Requires Rust 1.68.2 to build locally.