diff --git a/CHANGELOG.md b/CHANGELOG.md index 78b67cb..f0f059e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.5.2](https://github.com/calebissharp/cffdrs-rs/compare/v0.5.1...v0.5.2) (2024-05-17) + + +### Build System + +* add id to release step ([3369879](https://github.com/calebissharp/cffdrs-rs/commit/3369879ace74bdbd857f746fcd8f839520579ca2)) + ## [0.5.1](https://github.com/calebissharp/cffdrs-rs/compare/v0.5.0...v0.5.1) (2024-05-17) diff --git a/Cargo.lock b/Cargo.lock index d1e9d41..be5ab51 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -70,7 +70,7 @@ checksum = "099a5357d84c4c61eb35fc8eafa9a79a902c2f76911e5747ced4e032edd8d9b4" [[package]] name = "cffdrs" -version = "0.5.1" +version = "0.5.2" dependencies = [ "chrono", "csv", diff --git a/Cargo.toml b/Cargo.toml index b6a6f5c..e2a32cc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "cffdrs" description = "Rust implementation of the Canadian Forest Fire Danger Rating System" -version = "0.5.1" +version = "0.5.2" edition = "2021" authors = ["Caleb Sharp "] repository = "https://github.com/calebissharp/cffdrs-rs"