Skip to content

Commit 09939ce

Browse files
committed
release: 0.17.0
doc: remove codecov badge before release to crates.io badge is pending its correctness, see PR #229 for progress
1 parent 673e3cc commit 09939ce

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22

33
name = "statrs"
4-
version = "0.16.0"
4+
version = "0.17.0"
55
authors = ["Michael Ma"]
66
description = "Statistical computing library for Rust"
77
license = "MIT"

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
[![MIT licensed][license-badge]](./LICENSE.md)
55
[![Crate][crates-badge]][crates-url]
66
[![docs.rs](https://img.shields.io/docsrs/statrs)][docs-url]
7-
[![codecov][codecov-badge]][codecov-url]
87

98
[actions-test-badge]: https://github.com/statrs-dev/statrs/actions/workflows/test.yml/badge.svg
109
[crates-badge]: https://img.shields.io/crates/v/statrs.svg

0 commit comments

Comments
 (0)