diff --git a/Cargo.toml b/Cargo.toml index 3aa3dfdb..bccdd291 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rsgenetic" -version = "0.14.0" +version = "1.0.0" authors = ["Mathieu De Coster "] description = "A library providing genetic algorithm execution." repository = "https://github.com/m-decoster/RsGenetic" diff --git a/README.md b/README.md index 35f89ac2..433ff743 100644 --- a/README.md +++ b/README.md @@ -7,10 +7,6 @@ ## Summary and Features RsGenetic is a framework for executing genetic algorithms in Rust. It is designed to have a simple but modular API. -### Important: Feature requests -As RsGenetic is nearing a 1.0.0 release, now is the time to request any features that you want to see in the first stable -version. If you find such a missing feature, please open an issue, describe it, and label the issue `feature-request`. - ## Examples and Documentation Documentation is available [here](http://m-decoster.github.io/RsGenetic). Examples are available in the `examples` directory. Execute `cargo run --example $EXAMPLE_NAME`