diff --git a/CHANGELOG.md b/CHANGELOG.md index 4dabc68..c434935 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ -## [0.9.0](https://github.com/Blobfolio/utc2k/releases/tag/v0.9.0) - TBD +## [0.9.0](https://github.com/Blobfolio/utc2k/releases/tag/v0.9.0) - 2024-08-03 ### New diff --git a/CREDITS.md b/CREDITS.md index 74f8f09..af2f885 100644 --- a/CREDITS.md +++ b/CREDITS.md @@ -1,6 +1,6 @@ # Project Dependencies Package: utc2k - Version: 0.8.1 - Generated: 2024-07-25 17:27:43 UTC + Version: 0.9.0 + Generated: 2024-08-04 05:04:32 UTC This package has no dependencies. diff --git a/Cargo.toml b/Cargo.toml index 345d778..217caa8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "utc2k" -version = "0.8.1" +version = "0.9.0" authors = ["Blobfolio, LLC. "] edition = "2021" rust-version = "1.80" diff --git a/README.md b/README.md index e5be631..ad492af 100644 --- a/README.md +++ b/README.md @@ -94,7 +94,7 @@ Add `utc2k` to your `dependencies` in `Cargo.toml`, like: ``` [dependencies] -utc2k = "0.8.*" +utc2k = "0.9.*" ```