fix codecov badge
This commit is contained in:
parent
f7b0526c0e
commit
912fef96b1
|
@ -4,7 +4,11 @@ All notable changes to this project will be documented in this file.
|
||||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
||||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
## [0.3.2] - 2020-03-9
|
## [0.3.3] - 2020-03-23
|
||||||
|
### Changed
|
||||||
|
- Fix codecov badge
|
||||||
|
|
||||||
|
## [0.3.2] - 2020-03-09
|
||||||
### Changed
|
### Changed
|
||||||
- Share structs now derives the `Clone` trait
|
- Share structs now derives the `Clone` trait
|
||||||
|
|
||||||
|
|
|
@ -13,7 +13,7 @@ edition = "2018"
|
||||||
|
|
||||||
[badges]
|
[badges]
|
||||||
maintenance = { status = "actively-developed" }
|
maintenance = { status = "actively-developed" }
|
||||||
codecov = { repository = "https://github.com/c0dearm/sharks" }
|
codecov = { repository = "c0dearm/sharks" }
|
||||||
|
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue