diff --git a/CHANGELOG.md b/CHANGELOG.md index cd12123..f43d7d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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/), 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 - Share structs now derives the `Clone` trait diff --git a/Cargo.toml b/Cargo.toml index 7866bdf..02dc2af 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ edition = "2018" [badges] 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