From 09939ce21b1d40b7d3d1224020ef5dfe33f6c60c Mon Sep 17 00:00:00 2001 From: Orion Yeung <11580988+orionyeung001@users.noreply.github.com> Date: Wed, 29 May 2024 09:13:23 -0500 Subject: [PATCH] release: 0.17.0 doc: remove codecov badge before release to crates.io badge is pending its correctness, see PR #229 for progress --- Cargo.toml | 2 +- README.md | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 7bd5c687..4c99ae1e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "statrs" -version = "0.16.0" +version = "0.17.0" authors = ["Michael Ma"] description = "Statistical computing library for Rust" license = "MIT" diff --git a/README.md b/README.md index 8b35a01e..4cd36567 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,6 @@ [![MIT licensed][license-badge]](./LICENSE.md) [![Crate][crates-badge]][crates-url] [![docs.rs](https://img.shields.io/docsrs/statrs)][docs-url] -[![codecov][codecov-badge]][codecov-url] [actions-test-badge]: https://github.com/statrs-dev/statrs/actions/workflows/test.yml/badge.svg [crates-badge]: https://img.shields.io/crates/v/statrs.svg