From ea69184aa0b9b4161de8c32a493a274955f40041 Mon Sep 17 00:00:00 2001 From: Josh Stoik Date: Sat, 7 Dec 2024 20:20:53 -0800 Subject: [PATCH 1/3] bump: brunch 0.8 --- CHANGELOG.md | 8 ++++++++ Cargo.toml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c11f1d3..e966ebc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ +## [0.11.2](https://github.com/Blobfolio/utc2k/releases/tag/v0.11.2) - TBD + +### Changed + +* Bump `brunch` to `0.8` (dev) + + + ## [0.11.1](https://github.com/Blobfolio/utc2k/releases/tag/v0.11.1) - 2024-11-28 ### Changed diff --git a/Cargo.toml b/Cargo.toml index 57a6155..03cb011 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ default-target = "x86_64-unknown-linux-gnu" name = "UTC2K" [dev-dependencies] -brunch = "0.7.*" +brunch = "0.8.*" fastrand = "2" serde = "1.0.*" serde_json = "1.0.*" From 67bed79627a874eeeb21cbf095c29e2c28b4fbd8 Mon Sep 17 00:00:00 2001 From: Josh Stoik Date: Thu, 9 Jan 2025 09:58:20 -0800 Subject: [PATCH 2/3] lints --- src/lib.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 557702b..ca8990d 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -134,7 +134,6 @@ let s: &str = fmt.borrow(); unused_import_braces, )] -#![expect(clippy::module_name_repetitions, reason = "Repetition is preferred.")] #![expect(clippy::redundant_pub_crate, reason = "Unresolvable.")] #![cfg_attr(docsrs, feature(doc_cfg))] From 189f5516423d0cb8a9268760ffaf3119a2d2f1f3 Mon Sep 17 00:00:00 2001 From: Josh Stoik Date: Thu, 9 Jan 2025 09:58:55 -0800 Subject: [PATCH 3/3] bump: 0.11.2 --- CHANGELOG.md | 3 ++- CREDITS.md | 12 ++++++------ Cargo.toml | 2 +- 3 files changed, 9 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e966ebc..5506afa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,11 +2,12 @@ -## [0.11.2](https://github.com/Blobfolio/utc2k/releases/tag/v0.11.2) - TBD +## [0.11.2](https://github.com/Blobfolio/utc2k/releases/tag/v0.11.2) - 2025-01-09 ### Changed * Bump `brunch` to `0.8` (dev) +* Miscellaneous code changes and lints diff --git a/CREDITS.md b/CREDITS.md index a00ec2d..a01968c 100644 --- a/CREDITS.md +++ b/CREDITS.md @@ -1,15 +1,15 @@ # Project Dependencies Package: utc2k - Version: 0.11.1 - Generated: 2024-11-28 19:08:01 UTC + Version: 0.11.2 + Generated: 2025-01-09 17:58:41 UTC | Package | Version | Author(s) | License | | ---- | ---- | ---- | ---- | | [_proc-macro2_](https://github.com/dtolnay/proc-macro2) ⚒️ | 1.0.92 | [David Tolnay](mailto:dtolnay@gmail.com) and [Alex Crichton](mailto:alex@alexcrichton.com) | MIT OR Apache-2.0 | -| [_quote_](https://github.com/dtolnay/quote) ⚒️ | 1.0.37 | [David Tolnay](mailto:dtolnay@gmail.com) | MIT OR Apache-2.0 | -| [**_serde_**](https://github.com/serde-rs/serde) | 1.0.215 | [Erick Tryzelaar](mailto:erick.tryzelaar@gmail.com) and [David Tolnay](mailto:dtolnay@gmail.com) | MIT OR Apache-2.0 | -| [_serde_derive_](https://github.com/serde-rs/serde) | 1.0.215 | [Erick Tryzelaar](mailto:erick.tryzelaar@gmail.com) and [David Tolnay](mailto:dtolnay@gmail.com) | MIT OR Apache-2.0 | -| [_syn_](https://github.com/dtolnay/syn) ⚒️ | 2.0.89 | [David Tolnay](mailto:dtolnay@gmail.com) | MIT OR Apache-2.0 | +| [_quote_](https://github.com/dtolnay/quote) ⚒️ | 1.0.38 | [David Tolnay](mailto:dtolnay@gmail.com) | MIT OR Apache-2.0 | +| [**_serde_**](https://github.com/serde-rs/serde) | 1.0.217 | [Erick Tryzelaar](mailto:erick.tryzelaar@gmail.com) and [David Tolnay](mailto:dtolnay@gmail.com) | MIT OR Apache-2.0 | +| [_serde_derive_](https://github.com/serde-rs/serde) | 1.0.217 | [Erick Tryzelaar](mailto:erick.tryzelaar@gmail.com) and [David Tolnay](mailto:dtolnay@gmail.com) | MIT OR Apache-2.0 | +| [_syn_](https://github.com/dtolnay/syn) ⚒️ | 2.0.95 | [David Tolnay](mailto:dtolnay@gmail.com) | MIT OR Apache-2.0 | | [**_tz-rs_**](https://github.com/x-hgg-x/tz-rs) | 0.7.0 | x-hgg-x | MIT OR Apache-2.0 | | [_unicode-ident_](https://github.com/dtolnay/unicode-ident) ⚒️ | 1.0.14 | [David Tolnay](mailto:dtolnay@gmail.com) | (MIT OR Apache-2.0) AND Unicode-3.0 | diff --git a/Cargo.toml b/Cargo.toml index 03cb011..091875b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "utc2k" -version = "0.11.1" +version = "0.11.2" authors = ["Josh Stoik "] edition = "2021" rust-version = "1.81"