Skip to content

Commit

Permalink
chore: release main (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
calebissharp authored May 21, 2024
1 parent 1201ce2 commit 7eb0b6f
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"crates/cffdrs": "0.6.2",
"crates/msc-weather": "0.6.2"
"crates/msc-weather": "0.6.3"
}
2 changes: 1 addition & 1 deletion Cargo.lock

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

7 changes: 7 additions & 0 deletions crates/msc-weather/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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-21)


### Bug Fixes

* **manifest:** add missing cargo manifest fields ([c02b9ef](https://github.com/calebissharp/cffdrs-rs/commit/c02b9ef823852cc8fe744a46208ad984f4b47b39))

## 0.6.2 (2024-05-20)


Expand Down
2 changes: 1 addition & 1 deletion crates/msc-weather/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
license = "GPL-2.0-only"
Expand Down

0 comments on commit 7eb0b6f

Please sign in to comment.