From 8cb8a5357de96f18a9a29047d89b4adeaa53793a Mon Sep 17 00:00:00 2001 From: cog-bot Date: Wed, 4 Dec 2024 18:13:47 +0000 Subject: [PATCH] chore(version): v0.13.10 --- CHANGELOG.md | 8 ++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f0144eb..155de9a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines. - - - +## v0.13.10 - 2024-12-04 +#### Bug Fixes +- **(deps)** update rust crate miette to v7.4.0 - (a57e95f) - renovate[bot] +- **(deps)** update rust crate tokio to v1.42.0 - (fed28e9) - renovate[bot] +- **(deps)** update rust crate local-ip-address to v0.6.3 - (e9ad1cc) - renovate[bot] + +- - - + ## v0.13.9 - 2024-12-04 #### Bug Fixes - **(deps)** update rust crate futures to v0.3.31 (#231) - (63408e5) - renovate[bot] diff --git a/Cargo.lock b/Cargo.lock index 14dac00..363cb65 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1078,7 +1078,7 @@ checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" [[package]] name = "whatismyip" -version = "0.13.9" +version = "0.13.10" dependencies = [ "clap", "futures", diff --git a/Cargo.toml b/Cargo.toml index 7228afa..5df7f37 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "whatismyip" -version = "0.13.9" +version = "0.13.10" authors = ["Billie Thompson "] edition = "2018" license = "CC0-1.0"