Skip to content

Commit

Permalink
release: 0.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
joshstoik1 committed Jan 9, 2025
2 parents 8d483ad + 189f551 commit 0dfc0ee
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 9 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@



## [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



## [0.11.1](https://github.com/Blobfolio/utc2k/releases/tag/v0.11.1) - 2024-11-28

### Changed
Expand Down
12 changes: 6 additions & 6 deletions CREDITS.md
Original file line number Diff line number Diff line change
@@ -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:[email protected]) and [Alex Crichton](mailto:[email protected]) | MIT OR Apache-2.0 |
| [_quote_](https://github.com/dtolnay/quote) ⚒️ | 1.0.37 | [David Tolnay](mailto:[email protected]) | MIT OR Apache-2.0 |
| [**_serde_**](https://github.com/serde-rs/serde) | 1.0.215 | [Erick Tryzelaar](mailto:[email protected]) and [David Tolnay](mailto:[email protected]) | MIT OR Apache-2.0 |
| [_serde_derive_](https://github.com/serde-rs/serde) | 1.0.215 | [Erick Tryzelaar](mailto:[email protected]) and [David Tolnay](mailto:[email protected]) | MIT OR Apache-2.0 |
| [_syn_](https://github.com/dtolnay/syn) ⚒️ | 2.0.89 | [David Tolnay](mailto:[email protected]) | MIT OR Apache-2.0 |
| [_quote_](https://github.com/dtolnay/quote) ⚒️ | 1.0.38 | [David Tolnay](mailto:[email protected]) | MIT OR Apache-2.0 |
| [**_serde_**](https://github.com/serde-rs/serde) | 1.0.217 | [Erick Tryzelaar](mailto:[email protected]) and [David Tolnay](mailto:[email protected]) | MIT OR Apache-2.0 |
| [_serde_derive_](https://github.com/serde-rs/serde) | 1.0.217 | [Erick Tryzelaar](mailto:[email protected]) and [David Tolnay](mailto:[email protected]) | MIT OR Apache-2.0 |
| [_syn_](https://github.com/dtolnay/syn) ⚒️ | 2.0.95 | [David Tolnay](mailto:[email protected]) | 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:[email protected]) | (MIT OR Apache-2.0) AND Unicode-3.0 |

Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "utc2k"
version = "0.11.1"
version = "0.11.2"
authors = ["Josh Stoik <[email protected]>"]
edition = "2021"
rust-version = "1.81"
Expand Down Expand Up @@ -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.*"
Expand Down
1 change: 0 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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))]
Expand Down

0 comments on commit 0dfc0ee

Please sign in to comment.