diff --git a/Cargo.toml b/Cargo.toml index e53ef70..df3a223 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,8 +8,7 @@ categories = [ "algorithms", "data-structures", "science" ] license = "MIT/Apache-2.0" name = "num-bigint" repository = "https://github.com/rust-num/num-bigint" -version = "0.2.0-git" -publish = false +version = "0.2.0" readme = "README.md" build = "build.rs" diff --git a/RELEASES.md b/RELEASES.md index 62e4b1a..80a6cf5 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -1,4 +1,4 @@ -# Release 0.2.0 (pending) +# Release 0.2.0 ### Enhancements