diff --git a/CHANGELOG.md b/CHANGELOG.md index 0fa2915..95042fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ 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.9.6] - 2024-04-19 + +- Using offspot-config 2.1.0 to accept (ignoring though) YAML with `checksum` info + ## [0.9.5] - 2024-04-03 ### Changed diff --git a/pyproject.toml b/pyproject.toml index f8d9efc..c357f88 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ dependencies = [ "progressbar2==4.3.2", "docker-export==1.1.0", "typeguard==4.1.5", - "offspot-config==1.7.2", + "offspot-config==2.1.0", "natsort==8.4.0", ] dynamic = ["version"] diff --git a/src/image_creator/__init__.py b/src/image_creator/__init__.py index f8c6ac7..50533e3 100644 --- a/src/image_creator/__init__.py +++ b/src/image_creator/__init__.py @@ -1 +1 @@ -__version__ = "0.9.5" +__version__ = "0.9.6"