diff --git a/CHANGELOG.md b/CHANGELOG.md index db30378..c90b736 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ ### Changed ### Removed +## [0.28.0] +### Added +### Changed +- Bump indicatif 0.15 -> 0.16 +### Removed + ## [0.27.0] ### Added ### Changed diff --git a/Cargo.toml b/Cargo.toml index 7c3794e..052e729 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "self_update" -version = "0.27.0" +version = "0.28.0" description = "Self updates for standalone executables" repository = "https://github.com/jaemk/self_update" keywords = ["update", "upgrade", "download", "release"] @@ -21,7 +21,7 @@ zip = { version = "0.5", default-features = false, features = ["time"], optional either = { version = "1", optional = true } reqwest = { version = "0.11", default-features = false, features = ["blocking", "json"] } hyper = "0.14" -indicatif = "0.15" +indicatif = "0.16" quick-xml = "0.20" regex = "1" log = "0.4"