diff --git a/README.md b/README.md index 0ab0ce4..a68cabb 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ libpasta - Password Storage Algorithms =================================== -[![Build Status][build_badge]][build_status] -[![Code Coverage][coverage_badge]][coverage_report] +[![Development][badge-ci]][badge-ci-link] + #### _Making Password Painless_ @@ -54,17 +54,11 @@ which is a C-API wrapper built around the Rust code. ## Roadmap -libpasta is still currently in development. The current version is `0.0.1` -representing a pre-release. After gathering some initial feedback we will -move to `0.1.0` release, at which point libpasta will be ready to use in -test environments. We are targetting a stable `1.0.0` release once the API -is stable, and testing reveals no major issues. +libpasta is still currently in maintenance mode. The current API is at 0.1.1 +and is reasonably stable. But at this time no future improvements are planned. ## Contributing -libpasta is still in its infancy, and the best way to contribute right now is -to start testing it in new projects. - Please feel free to open new issues or pull requests for any bugs found, feature requests, or general suggestions. @@ -76,8 +70,8 @@ when dealing with any disagreements or problems. libpasta is licensed under the MIT license: [License](license). -[build_badge]: https://travis-ci.org/libpasta/libpasta.svg?branch=master -[build_status]: https://travis-ci.org/libpasta/libpasta +[badge-ci]: https://github.com/libpasta/libpasta/workflows/Rust%20CI%20checks/badge.svg +[badge-ci-link]: https://github.com/libpasta/libpasta/actions?query=workflow%3A%22Rust+CI+checks%22+branch%3Amain [coverage_badge]: https://codecov.io/gh/libpasta/libpasta/graph/badge.svg [coverage_report]: https://codecov.io/gh/libpasta/libpasta/ [documentation]: https://libpasta.github.io/doc/libpasta/