conradkleinespel / rpassword

Cross platform Rust library to read a password in the terminal (Linux, BSD, OSX, Windows, WASM).
Apache License 2.0
244 stars 38 forks source link

When will the latest code be pushed to crates.io? #28

Closed Towerism closed 5 years ago

Towerism commented 5 years ago

The crate on crates.io hasn't been udpated in over a year. Important changes like being able to call read_password_from_tty is only available from git.

conradkleinespel commented 5 years ago

@Towerism Hi ! Sorry about that, it boils down to me not getting replies to my comments on https://github.com/conradkdotcom/rpassword/pull/26. I was unsure if I should publish or not. Is the current master version usable for you ? Could you give it a try if you haven't already and confirm ? I can then publish that.

Towerism commented 5 years ago

Yep, I switched to master when i noticed the discrepancy, and it’s been working flawlessly! I use both the read_password_from_tty method as well as the method read_password_with_reader.

Towerism commented 5 years ago

@conradkdotcom any update on this?

conradkleinespel commented 5 years ago

@Towerism Sorry about that, I'll be doing that now. Will update in a few minutes once it's done.

conradkleinespel commented 5 years ago

@Towerism Alright, so I've just published as 2.1.0, up from 2.0.0, since there was a feature addition but no breaking change.

Thanks for your time, testing and all ! Please let me know if you run into any issues down the road.

Cheers !

conradkleinespel commented 5 years ago

@Towerism Just documented the release as well.

https://github.com/conradkdotcom/rpassword/releases/tag/v2.1.0