jordanbray / chess

A rust library to manage chess move generation
https://jordanbray.github.io/chess/
MIT License
234 stars 54 forks source link

Release 3.2? #34

Closed brunocodutra closed 3 years ago

brunocodutra commented 4 years ago

Sorry for the empty description originally, I fat-fingered the return key before I had the chance to type anything.

Really appreciate the hard-work you and others have put into this crate.

There were a couple of features added after the last release; of particular interest to me would be the implementation of ForStr for ChessMove, but commit 6693cacb2e77297b40349096f1aabbdb7baf0f66 in particular looks packed with improvements as well.

Is there a target date for the next release?

jordanbray commented 4 years ago

There isn't a date set. I've honestly not had a lot of free time to maintain this lately (I had a baby). Hopefully I'll get back into the swing of things sometime.

May plan was to release a new version with the chess_uci package that I've been working on, but I haven't had time to finish that, so maybe pushing out a new version is appropriate.

I'll take a look at the code in the next day or two and clean anything up that needs it, then push out a new version.

jordanbray commented 3 years ago

Done. Along with all the fixes from the community.