diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b006f54..84dd02b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { "crates/cffdrs": "0.6.2", - "crates/msc-weather": "0.6.2" + "crates/msc-weather": "0.6.3" } diff --git a/Cargo.lock b/Cargo.lock index aa49843..1c659af 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -326,7 +326,7 @@ checksum = "6c8640c5d730cb13ebd907d8d04b52f55ac9a2eec55b440c8892f40d56c76c1d" [[package]] name = "msc-weather" -version = "0.6.2" +version = "0.6.3" [[package]] name = "num-traits" diff --git a/crates/msc-weather/CHANGELOG.md b/crates/msc-weather/CHANGELOG.md index b265f10..7469f68 100644 --- a/crates/msc-weather/CHANGELOG.md +++ b/crates/msc-weather/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.6.3](https://github.com/calebissharp/cffdrs-rs/compare/msc-weather-v0.6.2...msc-weather-v0.6.3) (2024-05-20) + + +### Bug Fixes + +* **manifest:** add missing cargo manifest fields ([c02b9ef](https://github.com/calebissharp/cffdrs-rs/commit/c02b9ef823852cc8fe744a46208ad984f4b47b39)) + ## 0.6.2 (2024-05-20) diff --git a/crates/msc-weather/Cargo.toml b/crates/msc-weather/Cargo.toml index 3221f06..174f8ae 100644 --- a/crates/msc-weather/Cargo.toml +++ b/crates/msc-weather/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "msc-weather" description = "(Placeholder) Utilities for getting weather data from the Meteorological Service of Canada (MSC)" -version = "0.6.2" +version = "0.6.3" edition = "2021" authors = ["Caleb Sharp "] license = "GPL-2.0-only"