Skip to content

Commit

Permalink
chore: release main
Browse files Browse the repository at this point in the history
  • Loading branch information
calebissharp committed May 20, 2024
1 parent 460427c commit b84823e
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"crates/cffdrs": "0.6.1"
"crates/cffdrs": "0.6.2",
"crates/msc-weather": "0.6.2"
}
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions crates/cffdrs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [0.6.2](https://github.com/calebissharp/cffdrs-rs/compare/cffdrs-v0.6.1...cffdrs-v0.6.2) (2024-05-20)


### Miscellaneous Chores

* **main:** release 0.5.1 ([150392d](https://github.com/calebissharp/cffdrs-rs/commit/150392d475430d7e4a5b525aac9181be2f4e46fb))
* **main:** release 0.6.1 ([292ec8e](https://github.com/calebissharp/cffdrs-rs/commit/292ec8e4819e6c9fce58fca7ef659740aec3c867))
* **main:** release 0.6.2 ([2b8c720](https://github.com/calebissharp/cffdrs-rs/commit/2b8c7206fcf3c0e2e551fa37cff477310bcd1912))

## [0.6.1](https://github.com/calebissharp/cffdrs-rs/compare/v0.6.0...v0.6.1) (2024-05-19)


Expand Down
2 changes: 1 addition & 1 deletion crates/cffdrs/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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.2"
edition = "2021"
authors = ["Caleb Sharp <[email protected]>"]
repository = "https://github.com/calebissharp/cffdrs-rs"
Expand Down
10 changes: 10 additions & 0 deletions crates/msc-weather/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Changelog

## 0.6.2 (2024-05-20)


### Miscellaneous Chores

* **main:** release 0.5.1 ([150392d](https://github.com/calebissharp/cffdrs-rs/commit/150392d475430d7e4a5b525aac9181be2f4e46fb))
* **main:** release 0.6.1 ([292ec8e](https://github.com/calebissharp/cffdrs-rs/commit/292ec8e4819e6c9fce58fca7ef659740aec3c867))
* **main:** release 0.6.2 ([2b8c720](https://github.com/calebissharp/cffdrs-rs/commit/2b8c7206fcf3c0e2e551fa37cff477310bcd1912))
2 changes: 1 addition & 1 deletion crates/msc-weather/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "msc-weather"
version = "0.0.0"
version = "0.6.2"
edition = "2021"

[dependencies]

0 comments on commit b84823e

Please sign in to comment.