From e9eda72c3bd917057c9a8e39bc10739088e9b64b Mon Sep 17 00:00:00 2001 From: cog-bot Date: Thu, 22 Aug 2024 15:26:13 +0000 Subject: [PATCH] chore(version): v0.12.0 --- CHANGELOG.md | 14 ++++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c607f2..01f9552 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,20 @@ All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines. - - - +## v0.12.0 - 2024-08-22 +#### Build system +- Correctly set each target - (3c73202) - Billie Thompson +#### Features +- Add docker distribution - (0c4b8b2) - Billie Thompson +#### Miscellaneous Chores +- Unused file - (b0da6c0) - Billie Thompson +#### Refactoring +- Correct formatting - (37d3e7a) - Billie Thompson +- use shorter namespace - (db3e421) - Billie Thompson +- Deduplicate the strategy logic - (2916998) - Billie Thompson + +- - - + ## v0.11.7 - 2024-08-21 #### Bug Fixes - Move to new name of trust - (c79c003) - Billie Thompson diff --git a/Cargo.lock b/Cargo.lock index 91502ef..b02d30b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1079,7 +1079,7 @@ checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" [[package]] name = "whatismyip" -version = "0.11.7" +version = "0.12.0" dependencies = [ "clap", "futures", diff --git a/Cargo.toml b/Cargo.toml index 5e4e2f5..76628b4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "whatismyip" -version = "0.11.7" +version = "0.12.0" authors = ["Billie Thompson "] edition = "2018" license = "CC0-1.0"