From 05b7f0971460158dc92a46eae1712aa1b598d8b7 Mon Sep 17 00:00:00 2001 From: James Kominick Date: Wed, 7 Sep 2022 00:23:53 +0000 Subject: [PATCH] release 0.31.0 --- CHANGELOG.md | 7 +++++++ Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c61595d..32e31aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ ### Changed ### Removed +## [0.31.0] +### Added +- Support S3 dualstack endpoints +### Changed +- Update `indicatif` 0.16.0 -> 0.17.0 +### Removed + ## [0.30.0] ### Added ### Changed diff --git a/Cargo.toml b/Cargo.toml index 1b146e1..71ee4d0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "self_update" -version = "0.30.0" +version = "0.31.0" description = "Self updates for standalone executables" repository = "https://github.com/jaemk/self_update" keywords = ["update", "upgrade", "download", "release"]