From 3d522e87d714c41f77c33cc50573567546da1774 Mon Sep 17 00:00:00 2001 From: James Kominick Date: Mon, 21 Mar 2022 22:00:56 -0400 Subject: [PATCH] bump version 0.29.0 --- CHANGELOG.md | 7 +++++++ Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c90b736..11678cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ ### Changed ### Removed +## [0.29.0] +### Added +### Changed +- Bump `zip` 0.5 -> 0.6 +- Bump `quick-xml` 0.20 -> 0.22 +### Removed + ## [0.28.0] ### Added ### Changed diff --git a/Cargo.toml b/Cargo.toml index b0ca842..772ddd0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "self_update" -version = "0.28.0" +version = "0.29.0" description = "Self updates for standalone executables" repository = "https://github.com/jaemk/self_update" keywords = ["update", "upgrade", "download", "release"]