diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d160e1..d2bd90d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.26.0] - 2025-11-25 + +### Fixed +- Docuum is now compatible with Docker Engine v29. + ## [0.25.1] - 2025-10-19 ### Fixed diff --git a/Cargo.lock b/Cargo.lock index b91c358..fb31a3a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -201,7 +201,7 @@ dependencies = [ [[package]] name = "docuum" -version = "0.25.1" +version = "0.26.0" dependencies = [ "atty", "byte-unit", diff --git a/Cargo.toml b/Cargo.toml index ff08a4a..e1a8c98 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "docuum" -version = "0.25.1" +version = "0.26.0" authors = ["Stephan Boyer "] edition = "2024" description = "LRU eviction of Docker images."