diff --git a/CHANGELOG.md b/CHANGELOG.md index af940c0..11d9a2b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines. - - - +## v0.13.4 - 2024-10-31 +#### Bug Fixes +- try a release with packages - (71f0320) - Billie Thompson +#### Continuous Integration +- try docker bake - (294f484) - Billie Thompson +#### Miscellaneous Chores +- **(deps)** update rust:alpine docker digest to 466dc99 - (6c604a8) - renovate[bot] +- **(deps)** update rust:alpine docker digest to d6e876c - (dd8fa5f) - renovate[bot] + +- - - + ## v0.13.3 - 2024-08-31 #### Bug Fixes - **(deps)** update rust crate tokio to 1.40.0 - (d36ddbf) - renovate[bot] diff --git a/Cargo.lock b/Cargo.lock index c55ca96..60c0b6a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1079,7 +1079,7 @@ checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" [[package]] name = "whatismyip" -version = "0.13.3" +version = "0.13.4" dependencies = [ "clap", "futures", diff --git a/Cargo.toml b/Cargo.toml index 7c34ac4..b8b0dca 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "whatismyip" -version = "0.13.3" +version = "0.13.4" authors = ["Billie Thompson "] edition = "2018" license = "CC0-1.0"