From 2c68e8665b1b1f56808623cc4055ee349718b154 Mon Sep 17 00:00:00 2001 From: Caleb Sharp Date: Tue, 10 Dec 2024 15:49:50 -0800 Subject: [PATCH] chore(main): release 0.6.3 (#37) --- CHANGELOG.md | 8 ++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2bec98f..50856a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.6.3](https://github.com/calebissharp/cffdrs-rs/compare/v0.6.1...v0.6.3) (2024-12-10) + + +### Miscellaneous Chores + +* release 0.6.2 ([7ca26a0](https://github.com/calebissharp/cffdrs-rs/commit/7ca26a03076075acc2411642710c506f01207c35)) +* release 0.6.3 ([071c583](https://github.com/calebissharp/cffdrs-rs/commit/071c5830d9e3909ec8cec6a11b86b1801f7dd127)) + ## [0.6.1](https://github.com/calebissharp/cffdrs-rs/compare/v0.6.0...v0.6.1) (2024-05-19) diff --git a/Cargo.lock b/Cargo.lock index db9bd10..72497f4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -70,7 +70,7 @@ checksum = "099a5357d84c4c61eb35fc8eafa9a79a902c2f76911e5747ced4e032edd8d9b4" [[package]] name = "cffdrs" -version = "0.6.1" +version = "0.6.3" dependencies = [ "approx", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 71077d9..ebdd5d0 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.6.1" +version = "0.6.3" edition = "2021" authors = ["Caleb Sharp "] repository = "https://github.com/calebissharp/cffdrs-rs"