diff --git a/CHANGELOG.md b/CHANGELOG.md index d42de498..d23cdeb1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [16.4.1](https://github.com/topgrade-rs/topgrade/compare/v16.4.0...v16.4.1) - 2025-11-20 + +### Other + +- refactor run_containers error handling ([#1541](https://github.com/topgrade-rs/topgrade/pull/1541)) + ## [16.4.0](https://github.com/topgrade-rs/topgrade/compare/v16.3.0...v16.4.0) - 2025-11-20 ### Added diff --git a/Cargo.lock b/Cargo.lock index 2e899c39..5fa0a3b4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2964,7 +2964,7 @@ checksum = "df8b2b54733674ad286d16267dcfc7a71ed5c776e4ac7aa3c3e2561f7c637bf2" [[package]] name = "topgrade" -version = "16.4.0" +version = "16.4.1" dependencies = [ "base64ct", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 3836214c..06157adf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ keywords = ["upgrade", "update"] license = "GPL-3.0-or-later" repository = "https://github.com/topgrade-rs/topgrade" rust-version = "1.84.1" -version = "16.4.0" +version = "16.4.1" authors = ["Roey Darwish Dror ", "Thomas Schönauer "] exclude = ["doc/screenshot.gif", "BREAKINGCHANGES_dev.md"] edition = "2021"